Package com.ibm.wsspi.cache
Class Constants
- java.lang.Object
- 
- com.ibm.wsspi.cache.Constants
 
- 
 public class Constants extends java.lang.ObjectThis class provides Dynacache constants that are used by other components.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringIBM_DYNACACHE_RRD_BUFFERINGWhen 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.static java.lang.StringIBM_DYNACACHE_RRD_ESIThe Remote Request Dispatcher Rules are added to a HashMap and then set as a request attribute using this name.static java.lang.StringIBM_DYNACACHE_RRD_LOCALEUsed by the WebContainer to get the locale Remote Request Dispatcher Rule from the HashMapstatic java.lang.StringIBM_DYNACACHE_RRD_REQUEST_TYPEUsed by the WebContainer to get the requestType Remote Request Dispatcher Rule from the HashMap
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
Field Detail- 
IBM_DYNACACHE_RRD_BUFFERINGpublic 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:
- Constant Field Values
 
 - 
IBM_DYNACACHE_RRD_ESIpublic 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:
- Constant Field Values
 
 - 
IBM_DYNACACHE_RRD_LOCALEpublic 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:
- Constant Field Values
 
 - 
IBM_DYNACACHE_RRD_REQUEST_TYPEpublic 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:
- Constant Field Values
 
 
- 
 
-