com.sun.jsfcl.app |
|
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. |
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. |
FacesBean.java | Class | 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. |
PageBeanMapper.java | Interface | |
PageBeanMapperImpl.java | Class | Default implementation of
PageBeanMapper that corresponds to
the mapping performed by the IDE at design time. |
ViewHandlerImpl.java | Class | ViewHandler implementation that allows events to be triggered upon the
occurrence of specific ViewHandler method calls. |