| |
|
| java.lang.Object org.springframework.webflow.executor.jsf.JsfExternalContext
JsfExternalContext | public class JsfExternalContext implements ExternalContext(Code) | | Provides contextual information about a JSF environment that has interacted with SWF.
author: Keith Donald |
Constructor Summary | |
public | JsfExternalContext(FacesContext facesContext) Creates a JSF External Context. |
JsfExternalContext | public JsfExternalContext(FacesContext facesContext)(Code) | | Creates a JSF External Context.
Parameters: facesContext - the JSF faces context |
getActionId | public String getActionId()(Code) | | Returns the action identifier.
|
getFacesContext | public FacesContext getFacesContext()(Code) | | Returns the JSF FacesContext.
|
getOutcome | public String getOutcome()(Code) | | Returns the action outcome.
|
handleNavigationCalled | public void handleNavigationCalled(String actionId, String outcome)(Code) | | Records the action and outcome context information when navigation handling occurs.
Parameters: actionId - the from action identifier Parameters: outcome - the action outcome |
|
|
|