Package javax. faces. application
See: Description
-
Class Summary Class Description 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.ApplicationConfigurationPopulator This class defines a
java.util.ServiceLoader
service which enables programmatic configuration of the JSF runtime using the existing Application Configuration Resources schema.ApplicationFactory ApplicationFactory is a factory object that creates (if needed) and returnsApplication
instances.ApplicationWrapper Provides a simple implementation of
Application
that can be subclassed by developers wishing to provide specialized behavior to an existingApplication
instance.ConfigurableNavigationHandler ConfigurableNavigationHandler extends the contract of
NavigationHandler
to allow runtime inspection of theNavigationCase
s that make up the rule-base for navigation.ConfigurableNavigationHandlerWrapper Provides a simple implementation of
ConfigurableNavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingConfigurableNavigationHandler
instance.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.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.NavigationCaseWrapper Provides a simple implementation of
NavigationCase
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationCase
instance.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.NavigationHandlerWrapper NavigationHandlerWrapper provides a simple implementation of
NavigationHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingNavigationHandler
instance.Resource An instance of
Resource
is a Java object representation of the artifact that is served up in response to a resource request from the client.ResourceHandler ResourceHandler is the run-time API by which
UIComponent
andRenderer
instances, and theViewDeclarationLanguage
can referenceResource
instances. An implementation of this class must be thread-safe.ResourceHandlerWrapper Provides a simple implementation of
ResourceHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingResourceHandler
instance.ResourceWrapper StateManager StateManager directs the process of saving and restoring the view between requests.StateManagerWrapper Provides a simple implementation ofStateManager
that can be subclassed by developers wishing to provide specialized behavior to an existingStateManager
instance.ViewHandler ViewHandler is the pluggablity mechanism for allowing implementations of or applications using the JavaServer Faces specification to provide their own handling of the activities in the Render Response and Restore View phases of the request processing lifecycle.ViewHandlerWrapper Provides a simple implementation of
ViewHandler
that can be subclassed by developers wishing to provide specialized behavior to an existingViewHandler
instance.ViewResource Superclass of
Resource
that is only for use with views. -
Enum Summary Enum Description ProjectStage This class enables a feature similar to the
RAILS_ENV
feature of the Ruby on Rails web framework. -
Exception Summary Exception Description ProtectedViewException This exception is thrown by the runtime when a violation of the view protection mechanism is encountered.
ViewExpiredException Implementations must throw thisFacesException
when attempting to restore the viewStateManager.restoreView(javax.faces.context.FacesContext, String, String)
results in failure on postback. -
Annotation Types Summary Annotation Type Description ResourceDependencies Container annotation to specify multiple
ResourceDependency
annotations on a single class.ResourceDependency Instances of
UIComponent
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.
Package javax.faces.application Description
APIs that are used to link an application's
business logic objects to JavaServer Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on JavaServer Faces. The main class in this package is Application
.
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/faces/application/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.