public interface ResourceWriter extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
writePackedResource(String packName,
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
IOException
void writePackedResource(String packName, String skinName, javax.faces.application.Resource resource) throws IOException
IOException
void writeProcessedResourceMappings(File staticResourceMappingFile, String staticResourcePrefix) throws IOException
IOException
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.