Uses of Class
jakarta.faces.view.facelets.TagHandler
-
-
Uses of TagHandler in com.sun.faces.facelets.tag
Subclasses of TagHandler in com.sun.faces.facelets.tag Modifier and Type Class Description classMetaTagHandlerImplA base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.classTagHandlerImplMethods in com.sun.faces.facelets.tag that return TagHandler Modifier and Type Method Description TagHandlerAbstractTagLibrary. createTagHandler(String ns, String localName, TagConfig tag)TagHandlerCompositeTagLibrary. createTagHandler(String ns, String localName, TagConfig tag)TagHandlerTagLibrary. 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.composite Modifier and Type Class Description classActionSource2AttachedObjectTargetHandlerclassAttachedObjectTargetHandlerclassAttributeHandlerclassBehaviorHolderAttachedObjectTargetHandlerclassDeclareFacetHandlerclassEditableValueHolderAttachedObjectTargetHandlerclassExtensionHandlerclassImplementationHandlerclassInsertChildrenHandlerThisTagHandleris responsible for relocating children defined within a composite component to a component within the composite component'scomposite:implementationsection.classInsertFacetHandlerThisTagHandleris responsible for relocating Facets defined within a composite component to a component within the composite component'scomposite:implementationsection.classInterfaceHandlerclassRenderFacetHandlerclassValueHolderAttachedObjectTargetHandler -
Uses of TagHandler in com.sun.faces.facelets.tag.faces
Subclasses of TagHandler in com.sun.faces.facelets.tag.faces Modifier and Type Class Description classCompositeComponentTagHandlerFacelet 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.classPassThroughElementComponentHandlerMethods in com.sun.faces.facelets.tag.faces that return TagHandler Modifier and Type Method Description TagHandlerCompositeComponentTagLibrary. createTagHandler(String ns, String localName, TagConfig tag)TagHandlerFacesComponentTagLibrary. createTagHandler(String ns, String localName, TagConfig tag)TagHandlerAttachedBehaviors. get(String value)Methods in com.sun.faces.facelets.tag.faces with parameters of type TagHandler Modifier and Type Method Description voidAttachedBehaviors. add(String eventName, TagHandler owner) -
Uses of TagHandler in com.sun.faces.facelets.tag.faces.core
Subclasses of TagHandler in com.sun.faces.facelets.tag.faces.core Modifier and Type Class Description classActionListenerHandlerRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.classActionListenerHandlerBaseRegister an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.classAjaxHandlerEnable one or more components in the view to perform Ajax operations.classAttributeHandlerSets the specified name and attribute on the parent UIComponent.classAttributesHandlerclassConvertDateTimeHandlerRegister a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertDelegateHandlerRegister a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.classConvertNumberHandlerRegister a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.classEventHandlerThis is the TagHandler for the f:event tag.classFacetHandlerRegister a named facet on the UIComponent associated with the closest parent UIComponent custom action.classLoadBundleHandlerLoad 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.classMetadataHandlerThis is a specializedFacetHandlerto enablef:metadatasupport.classPassThroughAttributeHandlerSets the specified name and attribute on the parent UIComponent.classPassThroughAttributesHandlerclassPhaseListenerHandlerclassResetValuesHandlerclassSetPropertyActionListenerHandlerclassValidateDelegateHandlerRegister a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.classValueChangeListenerHandlerRegister an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.classViewHandlerContainer 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.html Modifier and Type Class Description classHtmlComponentHandlerclassScriptResourceHandlerComponentHandlerforh:outputScriptreferences.classStylesheetResourceHandlerComponentHandlerforh:outputStylesheetreferences. -
Uses of TagHandler in com.sun.faces.facelets.tag.jstl.core
Subclasses of TagHandler in com.sun.faces.facelets.tag.jstl.core Modifier and Type Class Description classCatchHandlerclassChooseHandlerclassChooseOtherwiseHandlerclassChooseWhenHandlerclassForEachHandlerclassIfHandlerclassSetHandlerSimplified implementation of c:set -
Uses of TagHandler in com.sun.faces.facelets.tag.ui
Subclasses of TagHandler in com.sun.faces.facelets.tag.ui Modifier and Type Class Description classComponentRefHandlerclassCompositionHandlerclassDecorateHandlerclassDefineHandlerclassIncludeHandlerclassInsertHandlerclassParamHandlerclassRepeatHandlerclassSchemaCompliantRemoveHandler -
Uses of TagHandler in com.sun.faces.facelets.util
Methods in com.sun.faces.facelets.util that return TagHandler Modifier and Type Method Description TagHandlerFunctionLibrary. createTagHandler(String ns, String localName, TagConfig tag) -
Uses of TagHandler in jakarta.faces.view.facelets
Subclasses of TagHandler in jakarta.faces.view.facelets Modifier and Type Class Description classBehaviorHandlerTheFaceletHandlerthat 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).classComponentHandlerPublic base class for markup element instances that map toUIComponentinstances in the view.classConverterHandlerHandles setting aConverterinstance on aValueHolderparent.classDelegatingMetaTagHandlerEnable 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.classFaceletsAttachedObjectHandlerRoot class for all tag handlers that represent attached objetcts in a Facelets page.classMetaTagHandlerEvery 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.classValidatorHandlerHandles setting aValidatorinstance on anEditableValueHolderparent.
-