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
.
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
07/10/2025 01:55:41 Cette version de la page est en cache (à la date du 07/10/2025 01:55:41) afin d'accélérer le traitement.Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la version plus récente de la page.
Document créé le 24/12/2007, dernière modification le 18/08/2025
Source du document imprimé : https://www.gaudry.be/java-api-javaee-rf-javax/faces/application/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.