org.apache.cocoon.components.persistence
Class RequestDataStoreImpl

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.components.persistence.RequestDataStoreImpl
All Implemented Interfaces:
Contextualizable, LogEnabled, RequestDataStore, ThreadSafe

Deprecated. Use the scoped attributes on the Request object instead. This component will be removed with Cocoon 2.3.

public class RequestDataStoreImpl
extends AbstractLogEnabled
implements ThreadSafe, RequestDataStore, Contextualizable

The default implementation

Since:
2.1.1
Version:
CVS $Id: RequestDataStoreImpl.java 55389 2004-10-23 15:46:58Z cziegeler $
Author:
Carsten Ziegeler

Field Summary
protected  Context context
          Deprecated.  
protected  String globalRequestDataKey
          Deprecated.  
protected  String requestDataKey
          Deprecated.  
 
Fields inherited from interface org.apache.cocoon.components.persistence.RequestDataStore
ROLE
 
Constructor Summary
RequestDataStoreImpl()
          Deprecated.  
 
Method Summary
 void contextualize(Context context)
          Deprecated.  
 Object getGlobalRequestData(String key)
          Deprecated.  
 Object getRequestData(String key)
          Deprecated.  
 void removeGlobalRequestData(String key)
          Deprecated.  
 void removeRequestData(String key)
          Deprecated.  
 void setGlobalRequestData(String key, Object value)
          Deprecated.  
 void setRequestData(String key, Object value)
          Deprecated.  
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected Context context
Deprecated. 

requestDataKey

protected final String requestDataKey
Deprecated. 

globalRequestDataKey

protected final String globalRequestDataKey
Deprecated. 
Constructor Detail

RequestDataStoreImpl

public RequestDataStoreImpl()
Deprecated. 
Method Detail

contextualize

public void contextualize(Context context)
                   throws ContextException
Deprecated. 
Specified by:
contextualize in interface Contextualizable
Throws:
ContextException

getGlobalRequestData

public Object getGlobalRequestData(String key)
Deprecated. 
Specified by:
getGlobalRequestData in interface RequestDataStore

getRequestData

public Object getRequestData(String key)
Deprecated. 
Specified by:
getRequestData in interface RequestDataStore

removeGlobalRequestData

public void removeGlobalRequestData(String key)
Deprecated. 
Specified by:
removeGlobalRequestData in interface RequestDataStore

removeRequestData

public void removeRequestData(String key)
Deprecated. 
Specified by:
removeRequestData in interface RequestDataStore

setGlobalRequestData

public void setGlobalRequestData(String key,
                                 Object value)
Deprecated. 
Specified by:
setGlobalRequestData in interface RequestDataStore

setRequestData

public void setRequestData(String key,
                           Object value)
Deprecated. 
Specified by:
setRequestData in interface RequestDataStore


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.