Uses of Package
javax.faces.application

Packages that use javax.faces.application
javax.faces.application   
javax.faces.context   
javax.faces.convert   
javax.faces.render   
javax.faces.validator   
 

Classes in javax.faces.application used by javax.faces.application
Application
          Holds webapp-wide resources for a JSF application.
FacesMessage.Severity
           
NavigationHandler
          The interface for an object which determines what the "next" view to show is, and then causes the ViewHandler to set that view as the current one.
StateManager
          Responsible for storing sufficient information about a component tree so that an identical tree can later be recreated.
StateManager.SerializedView
           
ViewHandler
          A ViewHandler manages the component-tree-creation and component-tree-rendering parts of a request lifecycle (ie "create view", "restore view" and "render response").
 

Classes in javax.faces.application used by javax.faces.context
Application
          Holds webapp-wide resources for a JSF application.
FacesMessage
          Represents a message to be displayed to the JSF application user.
FacesMessage.Severity
           
 

Classes in javax.faces.application used by javax.faces.convert
FacesMessage
          Represents a message to be displayed to the JSF application user.
 

Classes in javax.faces.application used by javax.faces.render
StateManager.SerializedView
           
 

Classes in javax.faces.application used by javax.faces.validator
FacesMessage
          Represents a message to be displayed to the JSF application user.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.