Package | Description |
---|---|
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.flow |
The runtime API for Faces Flows. |
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. |
Class and 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.
|
ApplicationFactory
ApplicationFactory is a
factory object that creates
(if needed) and returns
Application instances. |
ConfigurableNavigationHandler
ConfigurableNavigationHandler
extends the contract of |
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.
|
ViewResource
Superclass of |
Class and Description |
---|
FacesMessage
FacesMessage represents a single validation (or
other) message, which is typically associated with a particular
component in the view.
|
Class and 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.
|
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 |
Class and Description |
---|
FacesMessage
FacesMessage represents a single validation (or
other) message, which is typically associated with a particular
component in the view.
|
Class and 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.
|
Class and Description |
---|
NavigationCase
NavigationCase
represents a |
Class and Description |
---|
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 . |
Class and Description |
---|
FacesMessage
FacesMessage represents a single validation (or
other) message, which is typically associated with a particular
component in the view.
|
Class and Description |
---|
Resource
An instance of
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.