|
||||||||||
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.AbstractSessionComponent
public abstract class AbstractSessionComponent
The base class for own components This is only here for compatibility
Field Summary | |
---|---|
protected ComponentManager |
manager
Deprecated. |
protected Map |
objectModel
Deprecated. The current object model |
protected Request |
request
Deprecated. |
protected SourceResolver |
resolver
Deprecated. The current source resolver |
protected Response |
response
Deprecated. |
Constructor Summary | |
---|---|
AbstractSessionComponent()
Deprecated. |
Method Summary | |
---|---|
void |
compose(ComponentManager manager)
Deprecated. Composer interface. |
protected ContextManager |
getContextManager()
Deprecated. Get the ContextManager component |
protected FormManager |
getFormManager()
Deprecated. Get the FormManager component |
protected SessionManager |
getSessionManager()
Deprecated. Get the SessionManager component |
protected TransactionManager |
getTransactionManager()
Deprecated. Get the ContextManager component |
void |
recompose(ComponentManager componentManager)
Deprecated. Recomposable |
void |
recycle()
Deprecated. Recycle |
void |
setup(SourceResolver resolver,
Map objectModel)
Deprecated. Set the SourceResolver , objectModel Map ,
used to process the request. |
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 ComponentManager manager
protected Map objectModel
protected SourceResolver resolver
protected Request request
protected Response response
Constructor Detail |
---|
public AbstractSessionComponent()
Method Detail |
---|
public void compose(ComponentManager manager) throws ComponentException
compose
in interface Composable
ComponentException
public void recompose(ComponentManager componentManager) throws ComponentException
recompose
in interface Recomposable
ComponentException
public void setup(SourceResolver resolver, Map objectModel) throws ProcessingException, SAXException, IOException
SourceResolver
, objectModel Map
,
used to process the request.
Set up the SessionManager component.
This method is automatically called for each request. Do not invoke
this method by hand.
setup
in interface RequestLifecycleComponent
ProcessingException
SAXException
IOException
protected SessionManager getSessionManager() throws ProcessingException
ProcessingException
protected ContextManager getContextManager() throws ProcessingException
ProcessingException
protected TransactionManager getTransactionManager() throws ProcessingException
ProcessingException
protected FormManager getFormManager() throws ProcessingException
ProcessingException
public void recycle()
recycle
in interface Recyclable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |