Package javax.faces.application

Interface Summary
Message Message represents a single validation (or other) message, which is typically associated with a particular component in the component tree.
 

Class Summary
Action An Action is an object that performs a task, and returns a String value that describes the result of performing that task.
Application Application represents a per-web-application singleton object where applications based on JavaServer Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by JavaServer Faces.
ApplicationFactory ApplicationFactory is a factory object that creates (if needed) and returns Application instances.
MessageImpl MessageImpl is a concrete class that implements Message, and is a convenient base class for other Message implementations.
NavigationHandler A NavigationHandler is passed the outcome string returned by an Action invoked for this application, and will use this (along with related state information) to choose the component tree to be displayed next.