Class PrimeResourceHandler

java.lang.Object
javax.faces.application.ResourceHandler
javax.faces.application.ResourceHandlerWrapper
org.primefaces.application.resource.PrimeResourceHandler
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.ResourceHandler>

public class PrimeResourceHandler extends javax.faces.application.ResourceHandlerWrapper
  • Field Summary

    Fields inherited from class javax.faces.application.ResourceHandler

    JSF_SCRIPT_LIBRARY_NAME, JSF_SCRIPT_RESOURCE_NAME, LOCALE_PREFIX, RESOURCE_CONTRACT_XML, RESOURCE_EXCLUDES_DEFAULT_VALUE, RESOURCE_EXCLUDES_PARAM_NAME, RESOURCE_IDENTIFIER, WEBAPP_CONTRACTS_DIRECTORY_PARAM_NAME, WEBAPP_RESOURCES_DIRECTORY_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    PrimeResourceHandler(javax.faces.application.ResourceHandler wrapped)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.faces.application.Resource
    createResource(String resourceName, String libraryName)
     
    javax.faces.application.Resource
    createResource(String resourceName, String libraryName, String contentType)
     
    void
    handleResourceRequest(javax.faces.context.FacesContext context)
     

    Methods inherited from class javax.faces.application.ResourceHandlerWrapper

    createResource, createResourceFromId, createViewResource, getRendererTypeForResourceName, getViewResources, getViewResources, getWrapped, isResourceRendered, isResourceRequest, isResourceURL, libraryExists, markResourceRendered

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrimeResourceHandler

      public PrimeResourceHandler(javax.faces.application.ResourceHandler wrapped)
  • Method Details

    • createResource

      public javax.faces.application.Resource createResource(String resourceName, String libraryName)
      Overrides:
      createResource in class javax.faces.application.ResourceHandlerWrapper
    • createResource

      public javax.faces.application.Resource createResource(String resourceName, String libraryName, String contentType)
      Overrides:
      createResource in class javax.faces.application.ResourceHandlerWrapper
    • handleResourceRequest

      public void handleResourceRequest(javax.faces.context.FacesContext context) throws IOException
      Overrides:
      handleResourceRequest in class javax.faces.application.ResourceHandlerWrapper
      Throws:
      IOException