Uses of Package
jakarta.faces.application
Package
Description
-
ClassDescriptionApplication represents a per-web-application singleton object where applications based on Jakarta Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by Jakarta Faces.ApplicationFactory is a factory object that creates (if needed) and returns
Application
instances.ConfigurableNavigationHandler extends the contract ofNavigationHandler
to allow runtime inspection of theNavigationCase
s that make up the rule-base for navigation.Class used to represent message severity levels in a typesafe enumeration.NavigationCase represents a<navigation-case>
in the navigation rule base, as well as the<from-view-id>
with which this<navigation-case>
is a sibling.A NavigationHandler is passed the outcome string returned by an application action invoked for this application, and will use this (along with related state information) to choose the view to be displayed next.This class enables a feature similar to theRAILS_ENV
feature of the Ruby on Rails web framework.An instance ofResource
is a Java object representation of the artifact that is served up in response to a resource request from the client.ResourceHandler is the run-time API by whichUIComponent
andRenderer
instances, and theViewDeclarationLanguage
can referenceResource
instances. An implementation of this class must be thread-safe.Defines the resource traversal options.StateManager directs the process of saving and restoring the view between requests.ViewHandler is the pluggablity mechanism for allowing implementations of or applications using the Jakarta Faces Specification to provide their own handling of the activities in the Render Response and Restore View phases of the request processing lifecycle.Superclass ofResource
that is only for use with views.Defines the view traversal options. -
ClassDescriptionFacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
-
ClassDescriptionApplication represents a per-web-application singleton object where applications based on Jakarta Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by Jakarta Faces.FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.Class used to represent message severity levels in a typesafe enumeration.This class enables a feature similar to the
RAILS_ENV
feature of the Ruby on Rails web framework. -
ClassDescriptionFacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
-
ClassDescriptionApplication represents a per-web-application singleton object where applications based on Jakarta Faces (or implementations wishing to provide extended functionality) can register application-wide singletons that provide functionality required by Jakarta Faces.
-
ClassDescriptionNavigationCase represents a
<navigation-case>
in the navigation rule base, as well as the<from-view-id>
with which this<navigation-case>
is a sibling. -
ClassDescriptionFacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.
-
ClassDescriptionAn instance of
Resource
is a Java object representation of the artifact that is served up in response to a resource request from the client.Defines the view traversal options.