org.richfaces.resource.optimizer
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
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.