Package jakarta.faces.application
package jakarta.faces.application
-
ClassDescriptionApplication 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.see Javadoc of Faces Specification
FacesMessage
represents a single validation (or other) message, which is typically associated with a particular component in the view.see Javadoc of Faces SpecificationResponsible for storing sufficient information about a component tree so that an identical tree can later be recreated.see Javadoc of Faces SpecificationSee Javadoc of Faces SpecificationA ViewHandler manages the component-tree-creation and component-tree-rendering parts of a request lifecycle (ie "create view", "restore view" and "render response").see Javadoc of Faces Specification