Package org.apache.myfaces.application
Class DefaultResourceHandlerSupport
java.lang.Object
org.apache.myfaces.resource.ResourceHandlerSupport
org.apache.myfaces.resource.BaseResourceHandlerSupport
org.apache.myfaces.application.DefaultResourceHandlerSupport
A ResourceHandlerSupport implementation for use with standard Java Servlet engines,
 ie an engine that supports jakarta.servlet, and uses a standard web.xml file.
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn an array of resource loaders used to find resources associated with a contract.Return an array of resource loaders used to find resources.Return an array of resource loaders used to find resources that can be located using ResourceHandler.createViewResource().Methods inherited from class org.apache.myfaces.resource.BaseResourceHandlerSupportcalculateResourceBasePath, getMaxTimeExpires, getStartupTimeMethods inherited from class org.apache.myfaces.resource.ResourceHandlerSupportgetResourceIdentifier
- 
Constructor Details- 
DefaultResourceHandlerSupportpublic DefaultResourceHandlerSupport()
 
- 
- 
Method Details- 
getResourceLoadersDescription copied from class:ResourceHandlerSupportReturn an array of resource loaders used to find resources. The order of ResourceLoaders define its precedence.- Overrides:
- getResourceLoadersin class- BaseResourceHandlerSupport
- Returns:
 
- 
getContractResourceLoadersDescription copied from class:ResourceHandlerSupportReturn an array of resource loaders used to find resources associated with a contract. The order of ContractResourceLoaders define its precedence.- Overrides:
- getContractResourceLoadersin class- BaseResourceHandlerSupport
- Returns:
 
- 
getViewResourceLoadersDescription copied from class:ResourceHandlerSupportReturn an array of resource loaders used to find resources that can be located using ResourceHandler.createViewResource(). The order of ResourceLoaders define its precedence.- Overrides:
- getViewResourceLoadersin class- BaseResourceHandlerSupport
- Returns:
 
 
-