org.richfaces.cdk.resource.handler.impl
Class StaticResourceHandler

java.lang.Object
  extended by javax.faces.application.ResourceHandler
      extended by org.richfaces.cdk.resource.handler.impl.AbstractResourceHandler
          extended by org.richfaces.cdk.resource.handler.impl.StaticResourceHandler

public class StaticResourceHandler
extends AbstractResourceHandler

Author:
Nick Belaevski

Field Summary
 
Fields inherited from class javax.faces.application.ResourceHandler
LOCALE_PREFIX, RESOURCE_EXCLUDES_DEFAULT_VALUE, RESOURCE_EXCLUDES_PARAM_NAME, RESOURCE_IDENTIFIER
 
Constructor Summary
StaticResourceHandler(Collection<VirtualFile> roots)
           
 
Method Summary
 javax.faces.application.Resource createResource(String resourceName, String libraryName, String contentType)
           
 
Methods inherited from class org.richfaces.cdk.resource.handler.impl.AbstractResourceHandler
createResource, createResource, getRendererTypeForResourceName, handleResourceRequest, isResourceRequest, libraryExists
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticResourceHandler

public StaticResourceHandler(Collection<VirtualFile> roots)
Method Detail

createResource

public javax.faces.application.Resource createResource(String resourceName,
                                                       String libraryName,
                                                       String contentType)
Specified by:
createResource in class AbstractResourceHandler


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