|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a document along with its meta-information needed by the HTTP server.
Method Summary | |
java.lang.String |
getCachingInfo()
Return the document's cache information |
java.io.InputStream |
getContent()
Return the document. |
long |
getContentLength()
Return the document's content length. |
java.lang.String |
getContentType()
Return the document's content type. |
java.util.Date |
getLastModified()
Return when the document has been last modified. |
Method Detail |
public java.util.Date getLastModified()
public java.lang.String getContentType()
public long getContentLength()
public java.lang.String getCachingInfo()
public java.io.InputStream getContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |