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

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.resource.ResourceHandlerCache.ResourceValue
Enclosing class:
ResourceHandlerCache

public static class ResourceHandlerCache.ResourceValue
extends Object


Constructor Summary
ResourceHandlerCache.ResourceValue(ResourceMeta resourceMeta, ResourceLoader resourceLoader)
           
 
Method Summary
 ResourceLoader getResourceLoader()
           
 ResourceMeta getResourceMeta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceHandlerCache.ResourceValue

public ResourceHandlerCache.ResourceValue(ResourceMeta resourceMeta,
                                          ResourceLoader resourceLoader)
Method Detail

getResourceMeta

public ResourceMeta getResourceMeta()

getResourceLoader

public ResourceLoader getResourceLoader()


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