Package org.apache.myfaces.resource
Class ResourceHandlerCache
- java.lang.Object
- 
- org.apache.myfaces.resource.ResourceHandlerCache
 
- 
 public class ResourceHandlerCache extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classResourceHandlerCache.ResourceKeystatic classResourceHandlerCache.ResourceValue
 - 
Constructor SummaryConstructors Constructor Description ResourceHandlerCache()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfirmLibraryExists(String libraryName)voidconfirmLibraryNotExists(String libraryName)booleancontainsResource(String resourceId)booleancontainsResource(String resourceId, String contractName)booleancontainsResource(String resourceName, String libraryName, String contentType, String localePrefix)booleancontainsResource(String resourceName, String libraryName, String contentType, String localePrefix, String contractName)booleancontainsViewResource(String resourceName, String contentType, String localePrefix)booleancontainsViewResource(String resourceName, String contentType, String localePrefix, String contractName)ResourceHandlerCache.ResourceValuegetResource(String resourceId)ResourceHandlerCache.ResourceValuegetResource(String resourceId, String contractName)ResourceHandlerCache.ResourceValuegetResource(String resourceName, String libraryName, String contentType, String localePrefix)ResourceHandlerCache.ResourceValuegetResource(String resourceName, String libraryName, String contentType, String localePrefix, String contractName)ResourceHandlerCache.ResourceValuegetViewResource(String resourceName, String contentType, String localePrefix)ResourceHandlerCache.ResourceValuegetViewResource(String resourceName, String contentType, String localePrefix, String contractName)booleanisResourceHandlerCacheEnabled()BooleanlibraryExists(String libraryName)voidputResource(String resourceName, String libraryName, String contentType, String localePrefix, String contractName, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info)voidputResource(String resourceName, String libraryName, String contentType, String localePrefix, ResourceMeta resource, ResourceLoader loader)voidputResource(String resourceId, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info)voidputViewResource(String resourceName, String contentType, String localePrefix, String contractName, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info)voidputViewResource(String resourceName, String contentType, String localePrefix, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info)
 
- 
- 
- 
Method Detail- 
isResourceHandlerCacheEnabledpublic boolean isResourceHandlerCacheEnabled() 
 - 
getResourcepublic ResourceHandlerCache.ResourceValue getResource(String resourceName, String libraryName, String contentType, String localePrefix) 
 - 
getResourcepublic ResourceHandlerCache.ResourceValue getResource(String resourceName, String libraryName, String contentType, String localePrefix, String contractName) 
 - 
containsResourcepublic boolean containsResource(String resourceName, String libraryName, String contentType, String localePrefix) 
 - 
containsResourcepublic boolean containsResource(String resourceName, String libraryName, String contentType, String localePrefix, String contractName) 
 - 
putResourcepublic void putResource(String resourceName, String libraryName, String contentType, String localePrefix, ResourceMeta resource, ResourceLoader loader) 
 - 
putResourcepublic void putResource(String resourceName, String libraryName, String contentType, String localePrefix, String contractName, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info) 
 - 
getResourcepublic ResourceHandlerCache.ResourceValue getResource(String resourceId) 
 - 
getResourcepublic ResourceHandlerCache.ResourceValue getResource(String resourceId, String contractName) 
 - 
containsResourcepublic boolean containsResource(String resourceId) 
 - 
putResourcepublic void putResource(String resourceId, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info) 
 - 
containsViewResourcepublic boolean containsViewResource(String resourceName, String contentType, String localePrefix) 
 - 
containsViewResourcepublic boolean containsViewResource(String resourceName, String contentType, String localePrefix, String contractName) 
 - 
getViewResourcepublic ResourceHandlerCache.ResourceValue getViewResource(String resourceName, String contentType, String localePrefix) 
 - 
getViewResourcepublic ResourceHandlerCache.ResourceValue getViewResource(String resourceName, String contentType, String localePrefix, String contractName) 
 - 
putViewResourcepublic void putViewResource(String resourceName, String contentType, String localePrefix, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info) 
 - 
putViewResourcepublic void putViewResource(String resourceName, String contentType, String localePrefix, String contractName, ResourceMeta resource, ResourceLoader loader, ResourceCachedInfo info) 
 - 
confirmLibraryExistspublic void confirmLibraryExists(String libraryName) 
 - 
confirmLibraryNotExistspublic void confirmLibraryNotExists(String libraryName) 
 
- 
 
-