public class BaseResourceHandlerSupport extends ResourceHandlerSupport
| Constructor and Description | 
|---|
| BaseResourceHandlerSupport() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | calculateResourceBasePath(FacesContext facesContext)Calculate the resource base path. | 
| ContractResourceLoader[] | getContractResourceLoaders()Return an array of resource loaders used to find resources 
 associated with a contract. | 
| long | getMaxTimeExpires()Return the time that should be set on "Expires" header in a resource. | 
| ResourceLoader[] | getResourceLoaders()Return an array of resource loaders used to find resources. | 
| long | getStartupTime()Return the time when the app started. | 
| ResourceLoader[] | getViewResourceLoaders()Return an array of resource loaders used to find resources
 that can be located using ResourceHandler.createViewResource(). | 
getResourceIdentifierpublic ResourceLoader[] getResourceLoaders()
ResourceHandlerSupportgetResourceLoaders in class ResourceHandlerSupportpublic ContractResourceLoader[] getContractResourceLoaders()
ResourceHandlerSupportgetContractResourceLoaders in class ResourceHandlerSupportpublic ResourceLoader[] getViewResourceLoaders()
ResourceHandlerSupportgetViewResourceLoaders in class ResourceHandlerSupportpublic String calculateResourceBasePath(FacesContext facesContext)
ResourceHandlerSupportcalculateResourceBasePath in class ResourceHandlerSupportpublic long getStartupTime()
ResourceHandlerSupportgetStartupTime in class ResourceHandlerSupportpublic long getMaxTimeExpires()
ResourceHandlerSupportgetMaxTimeExpires in class ResourceHandlerSupportCopyright © 2022 The Apache Software Foundation. All rights reserved.