org.apache.cocoon.components.flow.java
Class ContinuationContext
java.lang.Object
org.apache.cocoon.components.flow.java.ContinuationContext
public class ContinuationContext
- extends Object
Helper class to associate cocoon flow informations to the continuation.
- Version:
- CVS $Id: ContinuationContext.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Torsten Curdt, Stephan Michels
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuationContext
public ContinuationContext()
setObject
public void setObject(Object object)
getObject
public Object getObject()
setMethod
public void setMethod(Method method)
getMethod
public Method getMethod()
setAvalonContext
public void setAvalonContext(Context avalonContext)
getAvalonContext
public Context getAvalonContext()
setLogger
public void setLogger(Logger logger)
getLogger
public Logger getLogger()
setServiceManager
public void setServiceManager(ServiceManager manager)
getServiceManager
public ServiceManager getServiceManager()
setRedirector
public void setRedirector(Redirector redirector)
getRedirector
public Redirector getRedirector()
getParameters
public Parameters getParameters()
setParameters
public void setParameters(Parameters parameters)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.