Package de.xima.fc.portal
Class FCResourceHandler
- java.lang.Object
-
- javax.faces.application.ResourceHandler
-
- javax.faces.application.ResourceHandlerWrapper
-
- de.xima.fc.portal.FCResourceHandler
-
- All Implemented Interfaces:
javax.faces.FacesWrapper<javax.faces.application.ResourceHandler>
public class FCResourceHandler extends javax.faces.application.ResourceHandlerWrapper
- Author:
- XIMA MEDIA GmbH
-
-
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 FCResourceHandler(javax.faces.application.ResourceHandler wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.faces.application.Resource
createResource(String resourceName)
javax.faces.application.Resource
createResource(String resourceName, String libraryName)
javax.faces.application.Resource
createResource(String resourceName, String libraryName, String contentType)
javax.faces.application.ViewResource
createViewResource(javax.faces.context.FacesContext context, String requestPath)
javax.faces.application.ResourceHandler
getWrapped()
-
-
-
Method Detail
-
createResource
public javax.faces.application.Resource createResource(String resourceName)
- Overrides:
createResource
in classjavax.faces.application.ResourceHandlerWrapper
-
createResource
public javax.faces.application.Resource createResource(String resourceName, String libraryName)
- Overrides:
createResource
in classjavax.faces.application.ResourceHandlerWrapper
-
createResource
public javax.faces.application.Resource createResource(String resourceName, String libraryName, String contentType)
- Overrides:
createResource
in classjavax.faces.application.ResourceHandlerWrapper
-
createViewResource
public javax.faces.application.ViewResource createViewResource(javax.faces.context.FacesContext context, String requestPath)
- Overrides:
createViewResource
in classjavax.faces.application.ResourceHandlerWrapper
-
getWrapped
public javax.faces.application.ResourceHandler getWrapped()
- Specified by:
getWrapped
in interfacejavax.faces.FacesWrapper<javax.faces.application.ResourceHandler>
- Overrides:
getWrapped
in classjavax.faces.application.ResourceHandlerWrapper
-
-