org.apache.myfaces.shared.resource
Class ResourceCachedInfo

java.lang.Object
  extended by org.apache.myfaces.shared.resource.ResourceCachedInfo

public class ResourceCachedInfo
extends Object

Holds the information that is static but can only be derived after a Resource instance is created.


Constructor Summary
ResourceCachedInfo(URL url, String requestPath)
           
 
Method Summary
 String getRequestPath()
           
 URL getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceCachedInfo

public ResourceCachedInfo(URL url,
                          String requestPath)
Method Detail

getURL

public URL getURL()

getRequestPath

public String getRequestPath()


Copyright © 2015 The Apache Software Foundation. All rights reserved.