com.ibm.wsspi.cache

Class Constants

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.cache.Constants

  1. public class Constants
  2. extends java.lang.Object
This class provides Dynacache constants that are used by other components.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
IBM_DYNACACHE_RRD_BUFFERING
When an attribute with this name is set to true by the WebContainer it informs Dynacache that the current request is a Remote Request Dispatcher Request and buffering should be used for the next include.
  1. static
  2. java.lang.String
IBM_DYNACACHE_RRD_ESI
The Remote Request Dispatcher Rules are added to a HashMap and then set as a request attribute using this name.
  1. static
  2. java.lang.String
IBM_DYNACACHE_RRD_LOCALE
Used by the WebContainer to get the locale Remote Request Dispatcher Rule from the HashMap
  1. static
  2. java.lang.String
IBM_DYNACACHE_RRD_REQUEST_TYPE
Used by the WebContainer to get the requestType Remote Request Dispatcher Rule from the HashMap

Constructor Summary

Constructor and Description
Constants()

Method Summary

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

IBM_DYNACACHE_RRD_BUFFERING

  1. public static final java.lang.String IBM_DYNACACHE_RRD_BUFFERING
When an attribute with this name is set to true by the WebContainer it informs Dynacache that the current request is a Remote Request Dispatcher Request and buffering should be used for the next include.
See Also:

IBM_DYNACACHE_RRD_ESI

  1. public static final java.lang.String IBM_DYNACACHE_RRD_ESI
The Remote Request Dispatcher Rules are added to a HashMap and then set as a request attribute using this name. This HashMap is used by the WebContainer.
See Also:

IBM_DYNACACHE_RRD_LOCALE

  1. public static final java.lang.String IBM_DYNACACHE_RRD_LOCALE
Used by the WebContainer to get the locale Remote Request Dispatcher Rule from the HashMap
See Also:

IBM_DYNACACHE_RRD_REQUEST_TYPE

  1. public static final java.lang.String IBM_DYNACACHE_RRD_REQUEST_TYPE
Used by the WebContainer to get the requestType Remote Request Dispatcher Rule from the HashMap
See Also:

Constructor Detail

Constants

  1. public Constants()