public class ResourceHandlerCache extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResourceHandlerCache.ResourceKey |
static class |
ResourceHandlerCache.ResourceValue |
Constructor and Description |
---|
ResourceHandlerCache() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsResource(String resourceName,
String libraryName,
String contentType,
String localePrefix) |
ResourceHandlerCache.ResourceValue |
getResource(String resourceName,
String libraryName,
String contentType,
String localePrefix) |
void |
putResource(String resourceName,
String libraryName,
String contentType,
String localePrefix,
ResourceMeta resource,
ResourceLoader loader) |
public ResourceHandlerCache.ResourceValue getResource(String resourceName, String libraryName, String contentType, String localePrefix)
public boolean containsResource(String resourceName, String libraryName, String contentType, String localePrefix)
public void putResource(String resourceName, String libraryName, String contentType, String localePrefix, ResourceMeta resource, ResourceLoader loader)
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.