Method Summary |
|
public void | addViewListener(ViewListener listener) |
public void | execute() Execute the view associated with this PersistentFacesState . |
public FacesContext | getFacesContext() Return the FacesContext associated with this instance. |
public static PersistentFacesState | getInstance() Obtain the PersistentFacesState instance appropriate for the
current context. |
public static PersistentFacesState | getInstance(Map sessionMap) Obtain the
PersistentFacesState instance keyed by viewNumber from
the specified sessionMap. |
public ClassLoader | getRenderableClassLoader() |
public void | navigateTo(String outcome) Redirect browser to a different page. |
public void | redirectTo(String uri) Redirect browser to a different URI. |
public void | release() Threads that used to server request/response cycles in an application
server are generally pulled from a pool. |
public void | render() Render the view associated with this PersistentFacesState . |
public void | renderLater() Render the view associated with this PersistentFacesState . |
public void | renderLater(long miliseconds) |
public void | setCurrentInstance() |
public void | setFacesContext(BridgeFacesContext facesContext) |