|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cassinidivision.oce.rendering.ResponseHeaderKeys
OCE HTTP response header key definitions.
Field Summary | |
static String |
OCECachedFileNameKey
Response header value should be the filename of published files as they appear within autogenerated directories, e.g. |
static String |
OCEFileExpiryDateKey
Response header value should be a date value for when the page should be expired from the cache. |
static String |
OCENoCacheKey
Response header value should be a boolean indicating whether or not to write page to disk. |
static String |
OCEServerErrorKey
Response header value should indicate the error that was encountered while processing a request. |
Constructor Summary | |
ResponseHeaderKeys()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String OCENoCacheKey
The default setting is YES or true.
public static final String OCEFileExpiryDateKey
The required NSTimestamp format is "%Y%m%d-%H%M%S", e.g. "20030530-125635".
public static final String OCECachedFileNameKey
public static final String OCEServerErrorKey
Constructor Detail |
public ResponseHeaderKeys()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |