| org.apache.cocoon.webapps.session.components.DefaultContextManager
DefaultContextManager | final public class DefaultContextManager extends AbstractLogEnabled implements Serviceable,ContextManager,ThreadSafe,Component,Contextualizable,Disposable(Code) | | Context manager
author: Carsten Ziegeler version: CVS $Id: DefaultContextManager.java 433543 2006-08-22 06:22:54Z crossley $ |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
deleteContext | public void deleteContext(String name) throws ProcessingException(Code) | | Delete a public context in the session.
If the context exists for this user, it and all of its information
is deleted.
|
dispose | public void dispose()(Code) | | |
existsContext | public boolean existsContext(String name) throws ProcessingException(Code) | | Check if a public context exists.
If the session context with the given name exists, true is
returned.
|
service | public void service(ServiceManager manager) throws ServiceException(Code) | | Avalon Serviceable Interface
|
|
|