|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.faces.application | |
---|---|
javax.faces.application | 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. |
javax.faces.component | Fundamental APIs for user interface components. |
javax.faces.context | Classes and interfaces defining per-request state information. |
javax.faces.convert | Contains classes and interfaces defining converters. |
javax.faces.event | Interfaces describing events and event listeners, and concrete event implementation classes. |
javax.faces.render | Classes and interfaces defining the rendering model. |
javax.faces.validator | Interface defining the validator model, and concrete validator implementation classes. |
javax.faces.view | Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
Classes in javax.faces.application used by javax.faces.application | |
---|---|
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. |
|
ApplicationFactory
ApplicationFactory is a factory object that creates (if needed) and returns Application instances. |
|
FacesMessage.Severity
Class used to represent message severity levels in a typesafe enumeration. |
|
NavigationCase
NavigationCase
represents a |
|
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
the |
|
Resource
An instance of
|
|
ResourceHandler
ResourceHandler is the
run-time API by which |
|
StateManager
StateManager directs the process of saving and restoring the view between requests. |
|
StateManager.SerializedView
Deprecated. This class was not marked Serializable
in the 1.0 version of the spec. It was also not a static inner
class, so it can't be made to be Serializable .
Therefore, it is being deprecated in version 1.2 of the spec.
The replacement is to use an implementation dependent
Object . |
|
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. |
Classes in javax.faces.application used by javax.faces.component | |
---|---|
FacesMessage
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view. |
Classes in javax.faces.application used by javax.faces.context | |
---|---|
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. |
|
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
the |
Classes in javax.faces.application used by javax.faces.convert | |
---|---|
FacesMessage
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view. |
Classes in javax.faces.application used by javax.faces.event | |
---|---|
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. |
Classes in javax.faces.application used by javax.faces.render | |
---|---|
StateManager.SerializedView
Deprecated. This class was not marked Serializable
in the 1.0 version of the spec. It was also not a static inner
class, so it can't be made to be Serializable .
Therefore, it is being deprecated in version 1.2 of the spec.
The replacement is to use an implementation dependent
Object . |
Classes in javax.faces.application used by javax.faces.validator | |
---|---|
FacesMessage
FacesMessage represents a single validation (or other) message, which is typically associated with a particular component in the view. |
Classes in javax.faces.application used by javax.faces.view | |
---|---|
Resource
An instance of
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |