This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.components.persistence
Class RequestDataStoreImpl
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.framework.logger.AbstractLogEnabled
       org.apache.cocoon.components.persistence.RequestDataStoreImpl
org.apache.cocoon.components.persistence.RequestDataStoreImpl
- All Implemented Interfaces: 
- Component, Contextualizable, LogEnabled, ThreadSafe, RequestDataStore
- public class RequestDataStoreImpl 
- extends AbstractLogEnabled- implements Component, ThreadSafe, RequestDataStore, Contextualizable
The default implementation
- Since:
- 2.1.1
- Version:
- CVS $Id: RequestDataStoreImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
context
protected Context context
requestDataKey
protected final String requestDataKey
globalRequestDataKey
protected final String globalRequestDataKey
RequestDataStoreImpl
public RequestDataStoreImpl()
contextualize
public void contextualize(Context context)
                   throws ContextException
- 
- Specified by:
- contextualizein interface- Contextualizable
 
- 
- Throws:
- ContextException
 
getGlobalRequestData
public Object getGlobalRequestData(String key)
- 
- Specified by:
- getGlobalRequestDatain interface- RequestDataStore
 
- 
 
getRequestData
public Object getRequestData(String key)
- 
- Specified by:
- getRequestDatain interface- RequestDataStore
 
- 
 
removeGlobalRequestData
public void removeGlobalRequestData(String key)
- 
- Specified by:
- removeGlobalRequestDatain interface- RequestDataStore
 
- 
 
removeRequestData
public void removeRequestData(String key)
- 
- Specified by:
- removeRequestDatain interface- RequestDataStore
 
- 
 
setGlobalRequestData
public void setGlobalRequestData(String key,
                                 Object value)
- 
- Specified by:
- setGlobalRequestDatain interface- RequestDataStore
 
- 
 
setRequestData
public void setRequestData(String key,
                           Object value)
- 
- Specified by:
- setRequestDatain interface- RequestDataStore
 
- 
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.