| Name | Description | Type | Package | Framework |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| AttributeHandler | Interface | javax.faces.view.facelets | Apache MyFaces | |
| BehaviorConfig | Interface | javax.faces.view.facelets | Apache MyFaces | |
| BehaviorHandler | Class | javax.faces.view.facelets | 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 | |
| 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 | |
| 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 | |
| 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 |