Class Summary |
AbstractApplicationBean |
AbstractApplicationBean is the abstract base class for
data bean(s) that are stored in application scope attributes. |
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,
session scope data beans, and application scope data beans that wish to
participate in the request processing lifecycle. |
PageBeanMapperImpl |
Default implementation of PageBeanMapper that corresponds to
the mapping performed by the IDE at design time. |
ViewHandlerImpl |
ViewHandler implementation that allows events to be triggered upon the
occurrence of specific ViewHandler method calls. |