|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.servlet.cache.ExternalCacheEntry
public class ExternalCacheEntry
This is a simple struct object that contains url, html and header members for an external cache entry.
Field Summary | |
---|---|
byte[] |
content
This is the content (html) part of the entry |
java.util.Vector[] |
headerTable
This hashtable contains the header fields needed for caching. |
java.lang.String |
host
This is the host header as received in the request |
java.lang.String |
uri
This is the uri part of the entry |
Constructor Summary | |
---|---|
ExternalCacheEntry()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String host
public java.lang.String uri
public byte[] content
public java.util.Vector[] headerTable
Constructor Detail |
---|
public ExternalCacheEntry()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |