org.richfaces.cdk.resource.writer.impl
Class CSSResourceProcessor

java.lang.Object
  extended by org.richfaces.cdk.resource.writer.impl.CharResourceProcessor
      extended by org.richfaces.cdk.resource.writer.impl.CSSResourceProcessor
All Implemented Interfaces:
ResourceProcessor

public class CSSResourceProcessor
extends CharResourceProcessor

Author:
Nick Belaevski

Constructor Summary
CSSResourceProcessor()
           
 
Method Summary
protected  void doActualProcess(java.lang.String resourceName, java.io.Reader in, java.io.Writer out)
           
 boolean isSupportedFile(java.lang.String name)
           
 
Methods inherited from class org.richfaces.cdk.resource.writer.impl.CharResourceProcessor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSResourceProcessor

public CSSResourceProcessor()
Method Detail

isSupportedFile

public boolean isSupportedFile(java.lang.String name)

doActualProcess

protected void doActualProcess(java.lang.String resourceName,
                               java.io.Reader in,
                               java.io.Writer out)
                        throws java.io.IOException
Specified by:
doActualProcess in class CharResourceProcessor
Throws:
java.io.IOException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.