Package com.icesoft.faces.webapp.xmlhttp

Class Summary
PersistentFacesState The PersistentFacesState class allows the application to initiate rendering asynchronously and independently of user interaction.
 

Exception Summary
FatalRenderingException The FatalRenderingException exception is thrown whenever rendering does not succeed, typically due to the client no longer being connected (such as the session being expired).
RenderingException The RenderingException exception is thrown whenever rendering does not succeed.
TransientRenderingException The TransientRenderingException exception is thrown whenever rendering does not succeed, but may succeed in the future, typically due to the client being heavily loaded or on a slow connection.