| Name | Description | Type | Package | Framework |
| ActionSource2AttachedObjectHandler | A VDL handler that exposes ActionListener to a page author. | Interface | javax.faces.view | Java EE |
|
| ActionSource2AttachedObjectTarget | A marker interface for VDL tags that represent for use by the | Interface | javax.faces.view | Java EE |
|
| AttachedObjectHandler | abstract base interface for a handler representing an attached object in a VDL page. | Interface | javax.faces.view | Java EE |
|
| AttachedObjectTarget | Within the declaration of a composite component, an AttachedObjectTarget | Interface | javax.faces.view | Java EE |
|
| AttributeHandler | An interface that allows other code to identify FaceletHandlers that correspond to component attributes. | Interface | javax.faces.view.facelets | Java EE |
|
| BehaviorConfig | Convey the id of a behavior declared inReturn the value of the behavior-id. | Interface | javax.faces.view.facelets | Java EE |
|
| BehaviorHandler | The FaceletHandler that corresponds to attached objects that represent an instance of ClientBehavior that must be added to | Class | javax.faces.view.facelets | Java EE |
|
| BehaviorHolderAttachedObjectHandler | Represent an attached object that is a BehaviorHolder in a VDL page. | Interface | javax.faces.view | Java EE |
|
| BehaviorHolderAttachedObjectTarget | Represent a BehaviorHolder attached object target in a VDL page. | Interface | javax.faces.view | Java EE |
|
| ComponentConfig | Passed to the constructor of ComponentHandler. | Interface | javax.faces.view.facelets | Java EE |
|
| ComponentHandler | Public base class for markup element instances that map to UIComponent instances in the | Class | javax.faces.view.facelets | Java EE |
|
| CompositeFaceletHandler | A FaceletHandler that is derived of 1 or more, inner FaceletHandlers. | Class | javax.faces.view.facelets | Java EE |
|
| ConverterConfig | A Facelet version of the JSP ConverterTag. | Interface | javax.faces.view.facelets | Java EE |
|
| ConverterHandler | Handles setting a Converter instance on a ValueHolder parent. | Class | javax.faces.view.facelets | Java EE |
|
| DelegatingMetaTagHandler | implementation to provide the appropriate behavior for the kind of MetaTagHandler subclass for each kind of element in the view, | Class | javax.faces.view.facelets | Java EE |
|
| EditableValueHolderAttachedObjectHandler | A VDL handler that exposes Validator or ValueChangeListener to a page author. | Interface | javax.faces.view | Java EE |
|
| EditableValueHolderAttachedObjectTarget | A marker interface for VDL tags that represent for use | Interface | javax.faces.view | Java EE |
|
| Facelet | The parent or root object in a FaceletHandler composition. | Class | javax.faces.view.facelets | Java EE |
|
| FaceletCache | This API defines the facility by which the Facelets ViewDeclarationLanguage | Class | javax.faces.view.facelets | Java EE |
|
| FaceletCache .MemberFactory | Factory interface for creating Facelet or View Metadata Facelet instances. | Interface | javax.faces.view.facelets.FaceletCache | Java EE |
|
| FaceletCacheFactory | Allows customization of the implementation of FaceletCache. | Class | javax.faces.view.facelets | Java EE |
|
| FaceletContext | Context representative of a single request from a Facelet. | Class | javax.faces.view.facelets | Java EE |
|
| FaceletException | An Exception from the FaceletSince:2. | Class | javax.faces.view.facelets | Java EE |
|
| FaceletHandler | This is the root class for markup elements in Facelets VDL. | Interface | javax.faces.view.facelets | Java EE |
|
| FaceletsAttachedObjectHandler | Root class for all tag handlers that represent attached objetcts in a Facelets page. | Class | javax.faces.view.facelets | Java EE |
|
| FacetHandler | An interface that allows other code to identify FaceletHandlers that correspond to component facets. | Interface | javax.faces.view.facelets | Java EE |
|
| Location | An object that represents the Location of a tag or attribute of a tag in a View Declaration Language | Class | javax.faces.view | Java EE |
|
| Metadata | There are concrete subclasses within the implementation that map concepts in the Facelet VDL page to JSF Java | Class | javax.faces.view.facelets | Java EE |
|
| MetadataTarget | Information used with MetaRule for determining how and what Metadata should be wired. | Class | javax.faces.view.facelets | Java EE |
|
| MetaRule | The root class of the abstraction that dictates how attributes on a markup element in a Facelets VDL page | Class | javax.faces.view.facelets | Java EE |
|
| MetaRuleset | A mutable set of rules to be used in auto-wiring state to a particular object instance. | Class | javax.faces.view.facelets | Java EE |
|
| MetaTagHandler | Every kind of markup element in Facelets VDL that has attributes that need to take action on a JSF Java API | Class | javax.faces.view.facelets | Java EE |
|
| ResourceResolver | of JSF 2. | Class | javax.faces.view.facelets | Java EE |
|
| StateManagementStrategy | Encapsulate the saving and restoring of the view to enable the VDL to take over the | Class | javax.faces.view | Java EE |
|
| Tag | The runtime must create an instance of this class for each element in the Facelets XHTML view. | Class | javax.faces.view.facelets | Java EE |
|
| TagAttribute | of an XML attribute name=value pair on an XML element in a Facelet file. | Class | javax.faces.view.facelets | Java EE |
|
| TagAttributeException | An Exception caused by a TagAttributeSince:2. | Class | javax.faces.view.facelets | Java EE |
|
| TagAttributes | TagAttributes, usually representing all attributes on a Tag. | Class | javax.faces.view.facelets | Java EE |
|
| TagConfig | Passed to the constructor of TagHandler subclass, it defines the document definition of the handler we are instantiating. | Interface | javax.faces.view.facelets | Java EE |
|
| TagDecorator | Provides the ability to completely change the Tag before it's processed for compiling with the associated | Interface | javax.faces.view.facelets | Java EE |
|
| TagException | An Exception caused by a TagSince:2. | Class | javax.faces.view.facelets | Java EE |
|
| TagHandler | Foundation class for FaceletHandlers associated with a markup element in a | Class | javax.faces.view.facelets | Java EE |
|
| TagHandlerDelegate | class that defines methods relating to helping tag handler instances. | Class | javax.faces.view.facelets | Java EE |
|
| TagHandlerDelegateFactory | factory for creating instances of TagHandlerDelegate. | Class | javax.faces.view.facelets | Java EE |
|
| TextHandler | An interface that allows other code to identify FaceletHandlers that may provide text (String) content. | Interface | javax.faces.view.facelets | Java EE |
|
| ValidatorConfig | Used in creating ValidatorHandler and all implementations. | Interface | javax.faces.view.facelets | Java EE |
|
| ValidatorHandler | Handles setting a Validator instance on an EditableValueHolder parent. | Class | javax.faces.view.facelets | Java EE |
|
| ValueHolderAttachedObjectHandler | A VDL handler that exposes Converter to a page author. | Interface | javax.faces.view | Java EE |
|
| ValueHolderAttachedObjectTarget | A marker interface for VDL tags that represent for use by the | Interface | javax.faces.view | Java EE |
|
| ViewDeclarationLanguage | The contract that a view declaration language must implement to interact with the JSF runtime. | Class | javax.faces.view | Java EE |
|
| ViewDeclarationLanguageFactory | ViewDeclarationLanguageFactory is a factory object that creates (if needed) and returns a new ViewDeclarationLanguage instance based on the VDL found in a | Class | javax.faces.view | Java EE |
|
| ViewDeclarationLanguageWrapper | Provides a simple implementation of ViewDeclarationLanguage that can | Class | javax.faces.view | Java EE |
|
| ViewMetadata | reponsible for extracting and providing view parameter metadata from VDL views. | Class | javax.faces.view | Java EE |
|
| ViewScoped | When this annotation, along with javax. | Class | javax.faces.view | Java EE |
|
| ActionSource2AttachedObjectHandler | A PDL handler that exposes ActionListener to a page author. | Interface | javax.faces.view | Apache MyFaces |
|
| ActionSource2AttachedObjectTarget | A marker interface for PDL tags that represent for use by the composite component page author. | Interface | javax.faces.view | Apache MyFaces |
|
| AttachedObjectHandler | The abstract base interface for a handler representing an attached object in a PDL page. | Interface | javax.faces.view | Apache MyFaces |
|
| AttachedObjectTarget | | Interface | javax.faces.view | Apache MyFaces |
|
| AttributeHandler | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| BehaviorConfig | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| BehaviorHandler | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| BehaviorHolderAttachedObjectHandler | | Interface | javax.faces.view | Apache MyFaces |
|
| BehaviorHolderAttachedObjectTarget | | Interface | javax.faces.view | Apache MyFaces |
|
| ComponentConfig | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| ComponentHandler | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| CompositeFaceletHandler | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| ConverterConfig | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| ConverterHandler | Handles setting a Converter instance on a ValueHolder. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| DelegatingMetaTagHandler | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| EditableValueHolderAttachedObjectHandler | A PDL handler that exposes Validator or ValueChangeListener to a page author. | Interface | javax.faces.view | Apache MyFaces |
|
| EditableValueHolderAttachedObjectTarget | A marker interface for PDL tags that represent for use by the composite component page author. | Interface | javax.faces.view | Apache MyFaces |
|
| FaceletContext | The parent or root object in a FaceletHandler composition. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| FaceletException | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| FaceletHandler | A participant in UIComponent tree buildingSince:2. | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| FaceletsAttachedObjectHandler | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| FacetHandler | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| Location | | Class | javax.faces.view | Apache MyFaces |
|
| Metadata | External information on how to wire dynamic or literal state to the passed Object instance. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| MetadataTarget | Information used with MetaRule for determining how and what Metadata should be wired. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| MetaRule | A potential rule for Metadata on the passed MetadataTargetVersion:$Id: MetaRule. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| MetaRuleset | A mutable set of rules to be used in auto-wiring state to a particular object instance. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| MetaTagHandler | A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| ResourceResolver | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| StateManagementStrategy | | Class | javax.faces.view | Apache MyFaces |
|
| Tag | Representation of a Tag in the Facelet definitionVersion:$Id: Tag. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TagAttribute | Representation of a Tag's attribute in a Facelet FileVersion:$Id: TagAttribute. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TagAttributeException | An Exception caused by a TagAttributeVersion:$Id: TagAttributeException. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TagAttributes | A set of TagAttributes, usually representing all attributes on a Tag. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TagConfig | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| TagDecorator | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| TagException | An Exception caused by a TagVersion:$Id: TagException. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TagHandler | Foundation class for FaceletHandlers associated with markup in a Facelet document. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TagHandlerDelegate | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TagHandlerDelegateFactory | | Class | javax.faces.view.facelets | Apache MyFaces |
|
| TextHandler | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| ValidatorConfig | | Interface | javax.faces.view.facelets | Apache MyFaces |
|
| ValidatorHandler | Handles setting a Validator instance on a EditableValueHolder. | Class | javax.faces.view.facelets | Apache MyFaces |
|
| ValueHolderAttachedObjectHandler | A PDL handler that exposes Converter to a page author. | Interface | javax.faces.view | Apache MyFaces |
|
| ValueHolderAttachedObjectTarget | A marker interface for PDL tags that represent for use by the composite component page author. | Interface | javax.faces.view | Apache MyFaces |
|
| ViewDeclarationLanguage | | Class | javax.faces.view | Apache MyFaces |
|
| ViewDeclarationLanguageFactory | | Class | javax.faces.view | Apache MyFaces |
|
| ViewMetadata | | Class | javax.faces.view | Apache MyFaces |