org.apache.myfaces.commons.resourcehandler.resource
Class ResourceHandlerCache

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.resource.ResourceHandlerCache

public class ResourceHandlerCache
extends Object


Nested Class Summary
static class ResourceHandlerCache.ResourceKey
           
static class ResourceHandlerCache.ResourceValue
           
 
Constructor Summary
ResourceHandlerCache()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceHandlerCache

public ResourceHandlerCache()
Method Detail

getResource

public ResourceHandlerCache.ResourceValue getResource(String resourceName,
                                                      String libraryName,
                                                      String contentType,
                                                      String localePrefix)

containsResource

public boolean containsResource(String resourceName,
                                String libraryName,
                                String contentType,
                                String localePrefix)

putResource

public void putResource(String resourceName,
                        String libraryName,
                        String contentType,
                        String localePrefix,
                        ResourceMeta resource,
                        ResourceLoader loader)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.