public interface ResourceWriter extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writePackedResource(String skinName,
javax.faces.application.Resource resource) |
void |
writeProcessedResourceMappings(File staticResourceMappingFile,
String staticResourcePrefix) |
void |
writeResource(String skinName,
javax.faces.application.Resource resource) |
void writeResource(String skinName, javax.faces.application.Resource resource) throws IOException
IOExceptionvoid writePackedResource(String skinName, javax.faces.application.Resource resource) throws IOException
IOExceptionvoid writeProcessedResourceMappings(File staticResourceMappingFile, String staticResourcePrefix) throws IOException
IOExceptionvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2013 JBoss by Red Hat. All Rights Reserved.