Package | Description |
---|---|
org.apache.myfaces.application | |
org.apache.myfaces.resource |
Modifier and Type | Method and Description |
---|---|
ContractResourceLoader[] |
DefaultResourceHandlerSupport.getContractResourceLoaders() |
Modifier and Type | Method and Description |
---|---|
protected ResourceMeta |
ResourceHandlerImpl.deriveResourceMeta(ContractResourceLoader resourceLoader,
String resourceName,
String libraryName,
String localePrefix,
String contractName) |
protected ResourceMeta |
ResourceHandlerImpl.deriveResourceMeta(FacesContext context,
ContractResourceLoader resourceLoader,
String resourceId,
String contractName) |
protected ResourceMeta |
ResourceHandlerImpl.deriveViewResourceMeta(FacesContext context,
ContractResourceLoader resourceLoader,
String resourceName,
String localePrefix,
String contractName) |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoaderContractResourceLoader |
class |
ContractResourceLoaderWrapper |
class |
ExternalContextContractResourceLoader |
class |
TempDirFileCacheContractResourceLoader
ResourceLoader that uses a temporal folder to cache resources, avoiding the problem
described on MYFACES-3586 (Performance improvement in Resource loading -
HIGH CPU inflating bytes in ResourceHandlerImpl.handleResourceRequest).
|
Modifier and Type | Method and Description |
---|---|
abstract ContractResourceLoader[] |
ResourceHandlerSupport.getContractResourceLoaders()
Return an array of resource loaders used to find resources
associated with a contract.
|
ContractResourceLoader[] |
BaseResourceHandlerSupport.getContractResourceLoaders() |
ContractResourceLoader |
TempDirFileCacheContractResourceLoader.getWrapped() |
Constructor and Description |
---|
TempDirFileCacheContractResourceLoader(ContractResourceLoader delegate) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.