com.cassinidivision.oce.rendering
Class ResponseHeaderKeys

java.lang.Object
  extended bycom.cassinidivision.oce.rendering.ResponseHeaderKeys

public class ResponseHeaderKeys
extends Object

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

OCENoCacheKey

public static final String OCENoCacheKey
Response header value should be a boolean indicating whether or not to write page to disk.

The default setting is YES or true.

See Also:
Constant Field Values

OCEFileExpiryDateKey

public static final String OCEFileExpiryDateKey
Response header value should be a date value for when the page should be expired from the cache.

The required NSTimestamp format is "%Y%m%d-%H%M%S", e.g. "20030530-125635".

See Also:
Constant Field Values

OCECachedFileNameKey

public static final String OCECachedFileNameKey
Response header value should be the filename of published files as they appear within autogenerated directories, e.g. "index.html".

See Also:
Constant Field Values

OCEServerErrorKey

public static final String OCEServerErrorKey
Response header value should indicate the error that was encountered while processing a request. as they appear within autogenerated directories, e.g. "index.html".

See Also:
Constant Field Values
Constructor Detail

ResponseHeaderKeys

public ResponseHeaderKeys()