Uses of Class
com.sun.jsfcl.app.FacesBean

Packages that use FacesBean
com.sun.jsfcl.app   
 

Uses of FacesBean in com.sun.jsfcl.app
 

Subclasses of FacesBean in com.sun.jsfcl.app
 class AbstractApplicationBean
          AbstractApplicationBean is the abstract base class for data bean(s) that are stored in application scope attributes.
 class AbstractPageBean
          AbstractPageBean is the abstract base class for every page bean associated with a JSP page containing JavaServer Faces components.
 class AbstractRequestBean
          AbstractRequestBean is the abstract base class for data bean(s) that are stored in request scope attributes.
 class AbstractSessionBean
          AbstractSessionBean is the abstract base class for data bean(s) that are stored in session scope attributes.