org.richfaces.cdk.resource.writer.impl
Class ResourceWriterImpl
java.lang.Object
org.richfaces.cdk.resource.writer.impl.ResourceWriterImpl
- All Implemented Interfaces:
- Closeable, ResourceWriter
public class ResourceWriterImpl
- extends Object
- implements ResourceWriter
- Author:
- Nick Belaevski
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceWriterImpl
public ResourceWriterImpl(File resourceContentsDir,
Iterable<ResourceProcessor> resourceProcessors,
org.apache.maven.plugin.logging.Log log,
Set<org.richfaces.resource.ResourceKey> resourcesWithKnownOrder)
writeResource
public void writeResource(String skinName,
javax.faces.application.Resource resource)
throws IOException
- Specified by:
writeResource in interface ResourceWriter
- Throws:
IOException
writePackedResource
public void writePackedResource(String skinName,
javax.faces.application.Resource resource)
throws IOException
- Specified by:
writePackedResource in interface ResourceWriter
- Throws:
IOException
writeProcessedResourceMappings
public void writeProcessedResourceMappings(File staticResourceMappingFile,
String staticResourcePrefix)
throws IOException
- Specified by:
writeProcessedResourceMappings in interface ResourceWriter
- Throws:
IOException
close
public void close()
- Specified by:
close in interface Closeable- Specified by:
close in interface ResourceWriter
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.