com.sun.rave.web.ui.appbase |
|
Java Source File Name | Type | Comment |
AbstractApplicationBean.java | Class | AbstractApplicationBean is the abstract base class for
data bean(s) that are stored in application scope attributes. |
AbstractFragmentBean.java | Class | AbstractFragmentBean is the abstract base class for every
page bean associated with a JSP page fragment containing JavaServer Faces
components. |
AbstractPageBean.java | Class | AbstractPageBean is the abstract base class for every
page bean associated with a JSP page containing JavaServer Faces
components. |
AbstractRequestBean.java | Class | AbstractRequestBean is the abstract base class for
data bean(s) that are stored in request scope attributes. |
AbstractSessionBean.java | Class | AbstractSessionBean is the abstract base class for
data bean(s) that are stored in session scope attributes. |
ApplicationException.java | Class | 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. |
FacesBean.java | Class | 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. |