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.view |
Classes for defining a View Declaration Language (VDL) for authoring JavaServer Faces user interfaces. |
javax.faces.view.facelets |
This package contains public classes for the Java code API of Facelets. |
Class and Description |
---|
ViewDeclarationLanguage
The contract that a view declaration language must implement to interact with the JSF runtime. |
Class and Description |
---|
AttachedObjectHandler
The abstract base interface for a handler representing an attached object in a VDL page. |
AttachedObjectTarget
Within the declaration of a
composite component, an |
StateManagementStrategy
Encapsulate the saving and restoring of the view to enable the VDL to take over the responsibility for handling this feature. |
ValueHolderAttachedObjectHandler
A VDL handler that exposes |
ValueHolderAttachedObjectTarget
A marker interface for VDL tags that
represent |
ViewDeclarationLanguage
The contract that a view declaration language must implement to interact with the JSF runtime. |
ViewDeclarationLanguageFactory
ViewDeclarationLanguageFactory
is a factory object that creates (if needed) and returns a new |
ViewMetadata
ViewMetadata is
reponsible for extracting and providing view parameter metadata from
VDL views. |
Class and Description |
---|
AttachedObjectHandler
The abstract base interface for a handler representing an attached object in a VDL page. |
BehaviorHolderAttachedObjectHandler
Represent an attached object that is a
|
EditableValueHolderAttachedObjectHandler
A VDL handler that exposes |
Location
An object that represents the Location of a tag or attribute of a tag in a View Declaration Language file. |
ValueHolderAttachedObjectHandler
A VDL handler that exposes |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.