org.richfaces.cdk.resource.writer
Interface ResourceProcessor
- All Known Implementing Classes:
- CSSResourceProcessor, JavaScriptResourceProcessor
public interface ResourceProcessor
- Author:
- Nick Belaevski
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.