|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.FlowExecutionManager
org.springframework.webflow.execution.servlet.ServletFlowExecutionManager
public class ServletFlowExecutionManager
Flow execution manager to manage flow executions using HTTP servlet requests and the HTTP session.
| Field Summary |
|---|
| Fields inherited from class org.springframework.webflow.execution.FlowExecutionManager |
|---|
CURRENT_STATE_ID_ATTRIBUTE, FLOW_EXECUTION_CONTEXT_ATTRIBUTE, FLOW_EXECUTION_ID_ATTRIBUTE, FLOW_EXECUTION_ID_PARAMETER, FLOW_ID_PARAMETER, logger, NOT_SET_EVENT_ID |
| Constructor Summary | |
|---|---|
ServletFlowExecutionManager()
Creates an HTTP-servlet based flow execution manager. |
|
ServletFlowExecutionManager(Flow flow)
Creates an HTTP-servlet based flow execution manager. |
|
ServletFlowExecutionManager(FlowLocator flowLocator)
Creates an HTTP-servlet based flow execution manager. |
|
| Method Summary | |
|---|---|
protected Event |
createEvent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Create a flow event wrapping given request and response. |
ViewDescriptor |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
The main entry point into managed HTTP-based flow executions. |
ViewDescriptor |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FlowExecutionListener flowExecutionListener)
The main entry point into managed HTTP-based flow executions. |
protected void |
initDefaults()
Set default properties for this manager. |
| Methods inherited from class org.springframework.webflow.execution.FlowExecutionManager |
|---|
addListener, addListener, createFlowExecution, getBeanFactory, getConversionService, getFlow, getFlow, getFlowExecutionId, getFlowExecutionIdParameterName, getFlowIdParameterName, getFlowLocator, getListeners, getNotSetEventIdParameterMarker, getStorage, getTransactionSynchronizer, onEvent, onEvent, prepareViewDescriptor, removeListener, setBeanFactory, setConversionService, setFlow, setFlowLocator, setListener, setListener, setListenerMap, setListeners, setListeners, setStorage, setTransactionSynchronizer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletFlowExecutionManager()
public ServletFlowExecutionManager(Flow flow)
flow - the flow to managepublic ServletFlowExecutionManager(FlowLocator flowLocator)
flowLocator - the locator to find flows to manage| Method Detail |
|---|
protected void initDefaults()
public ViewDescriptor handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.lang.Exception
request - the current HTTP requestresponse - the current HTTP response
java.lang.Exception - in case of errors
public ViewDescriptor handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FlowExecutionListener flowExecutionListener)
throws java.lang.Exception
request - the current HTTP requestresponse - the current HTTP responseflowExecutionListener - a listener interested in flow execution
lifecycle events that happen while handling this request
java.lang.Exception - in case of errors
protected Event createEvent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||