Uses of Package
jakarta.faces.application
-
Classes in jakarta.faces.application used by jakarta.faces.application Class Description Application Application 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 ApplicationFactory is a factory object that creates (if needed) and returnsApplication
instances.ConfigurableNavigationHandler ConfigurableNavigationHandler extends the contract ofNavigationHandler
to allow runtime inspection of theNavigationCase
s that make up the rule-base for navigation.FacesMessage.Severity Class used to represent message severity levels in a typesafe enumeration.NavigationCase 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.NavigationHandler 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.ProjectStage This class enables a feature similar to theRAILS_ENV
feature of the Ruby on Rails web framework.Resource An instance ofResource
is a Java object representation of the artifact that is served up in response to a resource request from the client.ResourceDependency Instances ofUIComponent
orRenderer
that have this annotation (orResourceDependencies
attached at the class level will automatically have a resource dependency added so that the named resource will be present in user agent's view of theUIViewRoot
in which this component or renderer is used.ResourceHandler ResourceHandler is the run-time API by whichUIComponent
andRenderer
instances, and theViewDeclarationLanguage
can referenceResource
instances. An implementation of this class must be thread-safe.ResourceVisitOption Defines the resource traversal options.StateManager StateManager directs the process of saving and restoring the view between requests.ViewHandler 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.ViewResource Superclass ofResource
that is only for use with views.ViewVisitOption Defines the view traversal options. -
Classes in jakarta.faces.application used by jakarta.faces.component Class Description FacesMessage FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view. -
Classes in jakarta.faces.application used by jakarta.faces.context Class Description Application Application 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 FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view.FacesMessage.Severity Class used to represent message severity levels in a typesafe enumeration.ProjectStage This class enables a feature similar to theRAILS_ENV
feature of the Ruby on Rails web framework. -
Classes in jakarta.faces.application used by jakarta.faces.convert Class Description FacesMessage FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view. -
Classes in jakarta.faces.application used by jakarta.faces.event Class Description Application Application 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. -
Classes in jakarta.faces.application used by jakarta.faces.flow Class Description NavigationCase 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. -
Classes in jakarta.faces.application used by jakarta.faces.validator Class Description FacesMessage FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view. -
Classes in jakarta.faces.application used by jakarta.faces.view Class Description Resource An instance ofResource
is a Java object representation of the artifact that is served up in response to a resource request from the client.ViewVisitOption Defines the view traversal options.