org.openqa.jetty.http
Class ResourceCache.ResourceMetaData

java.lang.Object
  extended by org.openqa.jetty.http.ResourceCache.ResourceMetaData
Enclosing class:
ResourceCache

public class ResourceCache.ResourceMetaData
extends Object

MetaData associated with a context Resource.


Field Summary
protected  String _name
           
protected  Resource _resource
           
 
Method Summary
 String getLastModified()
           
 String getLength()
           
 String getMimeType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

protected String _name

_resource

protected Resource _resource
Method Detail

getLength

public String getLength()

getLastModified

public String getLastModified()

getMimeType

public String getMimeType()


Copyright © 2012. All Rights Reserved.