|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The Renderable interface represents the PersistentFacesState of a managed bean to the rest of the classes in the
Rendering API.
| Method Summary | |
PersistentFacesState |
getState()
Return the reference to the PersistentFacesState associated with this Renderable. |
void |
renderingException(RenderingException renderingException)
Callback method that is called if any exception occurs during an attempt to render this Renderable. |
| Method Detail |
public PersistentFacesState getState()
PersistentFacesState associated with this Renderable.
The typical (and recommended usage) is to get and hold a reference to the
PersistentFacesState in the constructor of your managed bean and return
that reference from this method.
public void renderingException(RenderingException renderingException)
GroupAsyncRenderers it belongs
to. If it is a transient exception (like a client's connection is
temporarily unavailable) then the application has the option of removing
the Renderable from GroupRenderers or leaving them and allowing another
render call to be attempted.
renderingException - The exception that occurred when attempting to
render this Renderable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||