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

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

public class JavaScriptResourceProcessor
extends CharResourceProcessor

Author:
Nick Belaevski

Constructor Summary
JavaScriptResourceProcessor(org.apache.maven.plugin.logging.Log log)
           
 
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

JavaScriptResourceProcessor

public JavaScriptResourceProcessor(org.apache.maven.plugin.logging.Log log)
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.