|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FlowExecutionHolder | |
---|---|
org.springframework.webflow.executor.jsf | The integration layer between Spring Web Flow and Java Server Faces (JSF). |
Uses of FlowExecutionHolder in org.springframework.webflow.executor.jsf |
---|
Methods in org.springframework.webflow.executor.jsf that return FlowExecutionHolder | |
---|---|
static FlowExecutionHolder |
FlowExecutionHolderUtils.getFlowExecutionHolder(javax.faces.context.FacesContext context)
Returns the current flow execution holder for the given faces context. |
Methods in org.springframework.webflow.executor.jsf with parameters of type FlowExecutionHolder | |
---|---|
protected void |
FlowPhaseListener.prepareApplicationView(javax.faces.context.FacesContext facesContext,
FlowExecutionHolder holder)
Prepare the JSF view for rendering. |
protected void |
FlowPhaseListener.prepareResponse(JsfExternalContext context,
FlowExecutionHolder holder)
Prepare the appropriate JSF response (e.g. |
protected void |
FlowPhaseListener.saveFlowExecution(JsfExternalContext context,
FlowExecutionHolder holder)
Updates the current flow execution in the repository. |
static void |
FlowExecutionHolderUtils.setFlowExecutionHolder(FlowExecutionHolder holder,
javax.faces.context.FacesContext context)
Sets the current flow execution holder for the given faces context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |