|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.abstracthorizon.danube.webflow.DanubeFlowController
public class DanubeFlowController
Flow execution manager for Danube MVC. This is a glue between Spring Webflow and Danube.
Note: Code is based on the code from FlowController
by Erwin Vervaet and Keith Donald
Constructor Summary | |
---|---|
DanubeFlowController()
Constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DanubeFlowController()
Method Detail |
---|
public org.springframework.webflow.executor.FlowExecutor getFlowExecutor()
public void setFlowExecutor(org.springframework.webflow.executor.FlowExecutor flowExecutor)
flowExecutor
- flow executorpublic org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor getArgumentExtractor()
public void setArgumentExtractor(org.springframework.webflow.executor.support.FlowExecutorArgumentExtractor parameterExtractor)
parameterExtractor
- argument extractorpublic void setDefaultFlowId(String defaultFlowId)
defaultFlowId
- default flow idpublic ModelAndView handleRequest(Connection connection) throws ConnectionException
handleRequest
in interface Controller
connection
- connection
ConnectionException
- connection exceptionprotected ModelAndView toModelAndView(org.springframework.webflow.executor.ResponseInstruction response, org.springframework.webflow.context.ExternalContext context)
response
- response instructioncontext
- external context
public HTTPSessionManager getSessionManager()
public void setSessionManager(HTTPSessionManager sessionManager)
sessionManager
- http session managerpublic Map<String,Object> getAttributes()
public void setAttributes(Map<String,Object> attributes)
attributes
- attributes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |