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.java 433543 2006-08-22 06:22:54Z crossley $
- 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-2006 The Apache Software Foundation. All Rights Reserved.