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

Class Summary
AbstractApplicationBean AbstractApplicationBean is the abstract base class for data bean(s) that are stored in application scope attributes.
AbstractFragmentBean AbstractFragmentBean is the abstract base class for every page bean associated with a JSP page fragment containing JavaServer Faces components.
AbstractPageBean AbstractPageBean is the abstract base class for every page bean associated with a JSP page containing JavaServer Faces components.
AbstractRequestBean AbstractRequestBean is the abstract base class for data bean(s) that are stored in request scope attributes.
AbstractSessionBean AbstractSessionBean is the abstract base class for data bean(s) that are stored in session scope attributes.
FacesBean FacesBean is the abstract base class for all page beans, request scope data beans, session scope data beans, and application scope data beans that wish to participate in the provided JavaServer Faces integration support.
 

Exception Summary
ApplicationException Application exception class that wraps the one or more runtime exceptions that were intercepted and cached during the execution of a particular request's lifecycle.