Serialized Form


Package com.sun.rave.web.ui.appbase

Class com.sun.rave.web.ui.appbase.AbstractSessionBean extends FacesBean implements Serializable

Class com.sun.rave.web.ui.appbase.ApplicationException extends java.lang.RuntimeException implements Serializable

Serialized Fields

list

java.util.List list

List of cached exceptions associated with this exception.


Package com.sun.rave.web.ui.appbase.faces

Class com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl extends javax.faces.application.ViewHandler implements Serializable

Serialized Fields

handler

javax.faces.application.ViewHandler handler

The ViewHandler instance to which we delegate operations.


lifecycle

javax.faces.lifecycle.Lifecycle lifecycle

The cached Lifecycle instance for this application.


mapper

PageBeanMapper mapper

The PageBeanMapper used to identify the page bean that corresponds to a view identifier. This instance is lazily instantiated, so use pageBeanMapper() to acquire a reference.


registered

boolean registered

Flag indicating whether we have been registered as a phase listener with the application Lifecycle instance yet. This registration needs to be performed lazily, rather than in our constructor, in case the Lifecycle instance is replaced by a customized version (as will occur when using the JSF-Portlet Bridge).


Package com.sun.rave.web.ui.appbase.servlet

Class com.sun.rave.web.ui.appbase.servlet.DummyTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable