org.apache.cocoon.webapps.session.context
Class StandardSessionContextProvider

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.webapps.session.context.StandardSessionContextProvider
All Implemented Interfaces:
Disposable, Component, Contextualizable, LogEnabled, Serviceable, ThreadSafe, SessionContextProvider

Deprecated. This block is deprecated and will be removed in future versions.

public final class StandardSessionContextProvider
extends AbstractLogEnabled
implements SessionContextProvider, ThreadSafe, Contextualizable, Serviceable, Component, Disposable

Context provider for the temporarily context, the request and the response context.

Version:
CVS $Id: StandardSessionContextProvider.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  Context context
          Deprecated.  
protected  ServiceManager manager
          Deprecated.  
protected  SourceResolver resolver
          Deprecated. The Source Resolver
protected  XPathProcessor xpathProcessor
          Deprecated. The xpath processor
 
Fields inherited from interface org.apache.cocoon.webapps.session.context.SessionContextProvider
ROLE
 
Constructor Summary
StandardSessionContextProvider()
          Deprecated.  
 
Method Summary
 void contextualize(Context context)
          Deprecated.  
 void dispose()
          Deprecated.  
 boolean existsSessionContext(String name)
          Deprecated. Does the context exist?
 SessionContext getSessionContext(String name)
          Deprecated. Get the context
 void service(ServiceManager manager)
          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. 

manager

protected ServiceManager manager
Deprecated. 

xpathProcessor

protected XPathProcessor xpathProcessor
Deprecated. 
The xpath processor


resolver

protected SourceResolver resolver
Deprecated. 
The Source Resolver

Constructor Detail

StandardSessionContextProvider

public StandardSessionContextProvider()
Deprecated. 
Method Detail

getSessionContext

public SessionContext getSessionContext(String name)
                                 throws ProcessingException
Deprecated. 
Get the context

Specified by:
getSessionContext in interface SessionContextProvider
Parameters:
name - The name of the context
Returns:
The context
Throws:
ProcessingException - If the context is not available.

existsSessionContext

public boolean existsSessionContext(String name)
                             throws ProcessingException
Deprecated. 
Does the context exist?

Specified by:
existsSessionContext in interface SessionContextProvider
Throws:
ProcessingException

contextualize

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

service

public void service(ServiceManager manager)
             throws ServiceException
Deprecated. 
Specified by:
service in interface Serviceable
Throws:
ServiceException

dispose

public void dispose()
Deprecated. 
Specified by:
dispose in interface Disposable


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.