|
||||||||||
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.components.DefaultContextManager
public final class DefaultContextManager
Context manager
Field Summary |
---|
Fields inherited from interface org.apache.cocoon.webapps.session.ContextManager |
---|
ROLE |
Constructor Summary | |
---|---|
DefaultContextManager()
Deprecated. |
Method Summary | |
---|---|
void |
contextualize(Context context)
Deprecated. |
SessionContext |
createContext(String name,
String loadURI,
String saveURI)
Deprecated. Create a new public context in the session. |
void |
deleteContext(String name)
Deprecated. Delete a public context in the session. |
void |
dispose()
Deprecated. |
boolean |
existsContext(String name)
Deprecated. Check if a public context exists. |
SessionContext |
getContext(String name)
Deprecated. Get a public context. |
boolean |
hasSessionContext()
Deprecated. Check if a context exists |
void |
service(ServiceManager manager)
Deprecated. Avalon Serviceable Interface |
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 |
Constructor Detail |
---|
public DefaultContextManager()
Method Detail |
---|
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public SessionContext createContext(String name, String loadURI, String saveURI) throws IOException, SAXException, ProcessingException
createContext
in interface ContextManager
IOException
SAXException
ProcessingException
public void deleteContext(String name) throws ProcessingException
deleteContext
in interface ContextManager
ProcessingException
public SessionContext getContext(String name) throws ProcessingException
null
is returned.
getContext
in interface ContextManager
ProcessingException
public boolean hasSessionContext() throws ProcessingException
hasSessionContext
in interface ContextManager
ProcessingException
public boolean existsContext(String name) throws ProcessingException
true
is
returned.
existsContext
in interface ContextManager
ProcessingException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void dispose()
dispose
in interface Disposable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |