org.richfaces.cdk.resource.writer
Interface ResourceProcessor

All Known Implementing Classes:
CSSResourceProcessor, JavaScriptResourceProcessor

public interface ResourceProcessor

Author:
Nick Belaevski

Method Summary
 boolean isSupportedFile(String name)
           
 void process(String resourceName, com.google.common.io.InputSupplier<? extends InputStream> in, com.google.common.io.OutputSupplier<? extends OutputStream> out)
           
 

Method Detail

isSupportedFile

boolean isSupportedFile(String name)

process

void process(String resourceName,
             com.google.common.io.InputSupplier<? extends InputStream> in,
             com.google.common.io.OutputSupplier<? extends OutputStream> out)
             throws IOException
Throws:
IOException


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