|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.webapps.session.context.StandardSessionContextProvider
public final class StandardSessionContextProvider
Context provider for the temporarily context, the request and the response context.
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 |
---|
protected Context context
protected ServiceManager manager
protected XPathProcessor xpathProcessor
protected SourceResolver resolver
Constructor Detail |
---|
public StandardSessionContextProvider()
Method Detail |
---|
public SessionContext getSessionContext(String name) throws ProcessingException
getSessionContext
in interface SessionContextProvider
name
- The name of the context
ProcessingException
- If the context is not available.public boolean existsSessionContext(String name) throws ProcessingException
existsSessionContext
in interface SessionContextProvider
ProcessingException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public void dispose()
dispose
in interface Disposable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |