Uses of Class
jakarta.faces.view.facelets.TagHandler
Packages that use TagHandler
Package
Description
This package contains public classes for
the Java code API of Facelets.
-
Uses of TagHandler in com.sun.faces.facelets.tag
Subclasses of TagHandler in com.sun.faces.facelets.tagModifier and TypeClassDescriptionclassA base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.classMethods in com.sun.faces.facelets.tag that return TagHandlerModifier and TypeMethodDescriptionAbstractTagLibrary.createTagHandler(String ns, String localName, TagConfig tag) CompositeTagLibrary.createTagHandler(String ns, String localName, TagConfig tag) TagLibrary.createTagHandler(String ns, String localName, TagConfig tag) Create a new instance of a TagHandler, using the passed TagConfig -
Uses of TagHandler in com.sun.faces.facelets.tag.composite
Subclasses of TagHandler in com.sun.faces.facelets.tag.compositeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassThisTagHandleris responsible for relocating children defined within a composite component to a component within the composite component'scomposite:implementationsection.classThisTagHandleris responsible for relocating Facets defined within a composite component to a component within the composite component'scomposite:implementationsection.classclassclass -
Uses of TagHandler in com.sun.faces.facelets.tag.faces
Subclasses of TagHandler in com.sun.faces.facelets.tag.facesModifier and TypeClassDescriptionclassFacelet handler responsible for, building the component tree representation of a composite component based on the metadata contained in the composite interface and implementation sections of the composite component template.classMethods in com.sun.faces.facelets.tag.faces that return TagHandlerModifier and TypeMethodDescriptionCompositeComponentTagLibrary.createTagHandler(String ns, String localName, TagConfig tag) FacesComponentTagLibrary.createTagHandler(String ns, String localName, TagConfig tag) Methods in com.sun.faces.facelets.tag.faces with parameters of type TagHandler -
Uses of TagHandler in com.sun.faces.facelets.tag.faces.core
Subclasses of TagHandler in com.sun.faces.facelets.tag.faces.coreModifier and TypeClassDescriptionfinal classRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.classRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.final classEnable one or more components in the view to perform Ajax operations.final classSets the specified name and attribute on the parent UIComponent.final classfinal classRegister a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final classRegister a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.final classRegister a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classThis is the TagHandler for the f:event tag.final classRegister a named facet on the UIComponent associated with the closest parent UIComponent custom action.final classLoad a resource bundle localized for the Locale of the current view, and expose it (as a Map) in the request attributes of the current request.classThis is a specializedFacetHandlerto enablef:metadatasupport.final classSets the specified name and attribute on the parent UIComponent.final classclassfinal classclassfinal classRegister a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.final classRegister an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.final classContainer for all Jakarta Faces core and custom component actions used on a page. -
Uses of TagHandler in com.sun.faces.facelets.tag.faces.html
Subclasses of TagHandler in com.sun.faces.facelets.tag.faces.htmlModifier and TypeClassDescriptionclassclassComponentHandlerforh:outputScriptreferences.classComponentHandlerforh:outputStylesheetreferences. -
Uses of TagHandler in com.sun.faces.facelets.tag.jstl.core
Subclasses of TagHandler in com.sun.faces.facelets.tag.jstl.coreModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classclassSimplified implementation of c:set -
Uses of TagHandler in com.sun.faces.facelets.tag.ui
Subclasses of TagHandler in com.sun.faces.facelets.tag.uiModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classclassclassclass -
Uses of TagHandler in com.sun.faces.facelets.util
Methods in com.sun.faces.facelets.util that return TagHandlerModifier and TypeMethodDescriptionFunctionLibrary.createTagHandler(String ns, String localName, TagConfig tag) -
Uses of TagHandler in jakarta.faces.view.facelets
Subclasses of TagHandler in jakarta.faces.view.faceletsModifier and TypeClassDescriptionclassTheFaceletHandlerthat corresponds to attached objects that represent an instance ofClientBehaviorthat must be added to the parent component, which must implementClientBehaviorHolder, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior).classPublic base class for markup element instances that map toUIComponentinstances in the view.classHandles setting aConverterinstance on aValueHolderparent.classEnable the Jakarta Faces implementation to provide the appropriate behavior for the kind ofMetaTagHandlersubclass for each kind of element in the view, while providing a base-class from which those wanting to make a Java language custom tag handler can inherit.classRoot class for all tag handlers that represent attached objetcts in a Facelets page.classEvery kind of markup element in Facelets VDL that has attributes that need to take action on a Jakarta Faces Java API artifact is associated with an instance of this class.classHandles setting aValidatorinstance on anEditableValueHolderparent.