|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 ServiceableServiceException
public SessionContext createContext(String name,
String loadURI,
String saveURI)
throws IOException,
SAXException,
ProcessingException
createContext in interface ContextManagerIOException
SAXException
ProcessingException
public void deleteContext(String name)
throws ProcessingException
deleteContext in interface ContextManagerProcessingException
public SessionContext getContext(String name)
throws ProcessingException
null is returned.
getContext in interface ContextManagerProcessingException
public boolean hasSessionContext()
throws ProcessingException
hasSessionContext in interface ContextManagerProcessingException
public boolean existsContext(String name)
throws ProcessingException
true is
returned.
existsContext in interface ContextManagerProcessingException
public void contextualize(Context context)
throws ContextException
contextualize in interface ContextualizableContextExceptionpublic void dispose()
dispose in interface Disposable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||