Interface | Description |
---|---|
AttributeHandler |
An interface that allows other code to identify FaceletHandlers that correspond to component attributes. |
BehaviorConfig |
Convey the id of a behavior declared in a view. |
ComponentConfig |
Passed to the constructor of |
ConverterConfig |
A Facelet version of the Jakarta Server Pages |
FaceletCache.MemberFactory<V> |
Factory interface for creating Facelet or View Metadata Facelet instances. |
FaceletHandler |
This is the root class for markup elements in Facelets VDL. |
FacetHandler |
An interface that allows other code to identify FaceletHandlers that correspond to component facets. |
TagConfig |
Passed to the constructor of |
TagDecorator |
Provides the ability to completely change the Tag
before it's processed for compiling with the associated
TagHandler . |
TextHandler |
An interface that allows other code to identify FaceletHandlers that may provide text (String) content. |
ValidatorConfig |
Used in creating |
Class | Description |
---|---|
BehaviorHandler |
The |
ComponentHandler |
Public base class for markup element instances that map to
|
CompositeFaceletHandler |
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers. |
ConverterHandler |
Handles setting a |
DelegatingMetaTagHandler |
Enable the Jakarta Server Faces implementation to provide the
appropriate behavior for the kind of |
Facelet |
The parent or root object in a FaceletHandler composition.
|
FaceletCache<V> |
This API defines the facility by which the Facelets
|
FaceletCacheFactory |
Allows customization of the implementation of |
FaceletContext |
Context representative of a single request from a Facelet. |
FaceletsAttachedObjectHandler |
Root class for all tag handlers that represent attached objetcts in a Facelets page. |
Metadata |
There are concrete subclasses within the implementation that map concepts in the Facelet VDL page to Jakarta Server Faces Java API calls the appropriate instances. |
MetadataTarget | |
MetaRule |
The root class of the abstraction that dictates how attributes on a markup element in a Facelets VDL page are wired to the Jakarta Server Faces API object instance associated with that element. |
MetaRuleset |
A mutable set of rules to be used in auto-wiring state to a particular object instance. |
MetaTagHandler |
Every kind of markup element in Facelets VDL that has attributes that need to take action on a Jakarta Server Faces Java API artifact is associated with an instance of this class. |
ResourceResolver | Deprecated |
Tag |
The runtime must create an instance of this class for each element in the Facelets XHTML view. |
TagAttribute |
Representation of an XML attribute name=value pair on an XML element in a Facelet file. |
TagAttributes |
A set of TagAttributes, usually representing all attributes on a Tag. |
TagHandler |
Foundation class for |
TagHandlerDelegate |
Abstract class that defines methods relating to helping tag handler instances. |
TagHandlerDelegateFactory |
Abstract factory for creating instances of
|
ValidatorHandler |
Handles setting a |
Exception | Description |
---|---|
FaceletException |
An Exception from the Facelet implementation |
TagAttributeException |
An Exception caused by a |
TagException |
An Exception caused by a |
Annotation Type | Description |
---|---|
FaceletsResourceResolver |
The presence of this annotation on a class automatically registers the class with the runtime as a
|