RichFaces CDK Resources Maven Plugin 4.1.0.Final

org.richfaces.cdk
Interface ResourceWriter

All Known Implementing Classes:
ResourceWriterImpl

public interface ResourceWriter

Author:
Nick Belaevski

Method Summary
 void writePackedResource(String skinName, javax.faces.application.Resource resource)
           
 void writeProcessedResourceMappings(String staticResourceMappingFile)
           
 void writeResource(String skinName, javax.faces.application.Resource resource)
           
 

Method Detail

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(String staticResourceMappingFile)
                                    throws IOException
Throws:
IOException

RichFaces CDK Resources Maven Plugin 4.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.