org.richfaces.cdk
Interface ResourceWriter
- All Superinterfaces:
- Closeable
- All Known Implementing Classes:
- ResourceWriterImpl
public interface ResourceWriter
- extends Closeable
- Author:
- Nick Belaevski
writeResource
void writeResource(String skinName,
javax.faces.application.Resource resource)
throws IOException
- Throws:
IOException
writePackedResource
void writePackedResource(String skinName,
javax.faces.application.Resource resource)
throws IOException
- Throws:
IOException
writeProcessedResourceMappings
void writeProcessedResourceMappings(File staticResourceMappingFile,
String staticResourcePrefix)
throws IOException
- Throws:
IOException
close
void close()
- Specified by:
close in interface Closeable
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.