org.richfaces.cdk.resource.writer
Interface ResourceProcessor
- All Known Implementing Classes:
- CSSCompressingProcessor, JavaScriptCompressingProcessor, JavaScriptPackagingProcessor
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,
boolean closeAtFinish)
throws IOException
- Throws:
IOException
process
void process(String resourceName,
InputStream in,
OutputStream out,
boolean closeAtFinish)
throws IOException
- Throws:
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.