Uses of Interface
jakarta.faces.view.facelets.FaceletHandler
Packages that use FaceletHandler
Package
Description
-
Uses of FaceletHandler in com.sun.faces.facelets.compiler
Classes in com.sun.faces.facelets.compiler that implement FaceletHandlerMethods in com.sun.faces.facelets.compiler that return FaceletHandlerModifier and TypeMethodDescriptionfinal FaceletHandlerprotected abstract FaceletHandlerprotected FaceletHandlerSAXCompiler.doCompile(com.sun.faces.facelets.compiler.CompilationManager mngr, com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler, URL src, String alias) protected abstract FaceletHandlerCompiler.doMetadataCompile(URL src, String alias) SAXCompiler.doMetadataCompile(URL src, String alias) final FaceletHandlerCompiler.metadataCompile(URL src, String alias) Constructors in com.sun.faces.facelets.compiler with parameters of type FaceletHandlerModifierConstructorDescriptionEncodingHandler(FaceletHandler next, String encoding, CompilationMessageHolder messageHolder) -
Uses of FaceletHandler in com.sun.faces.facelets.tag
Classes in com.sun.faces.facelets.tag that implement FaceletHandlerModifier 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 FaceletHandlerMethods in com.sun.faces.facelets.tag with parameters of type FaceletHandlerModifier and TypeMethodDescriptionstatic final IteratorTagHandlerImpl.findNextByType(FaceletHandler nextHandler, Class type) -
Uses of FaceletHandler in com.sun.faces.facelets.tag.composite
Classes in com.sun.faces.facelets.tag.composite that implement FaceletHandlerModifier 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 FaceletHandler in com.sun.faces.facelets.tag.faces
Classes in com.sun.faces.facelets.tag.faces that implement FaceletHandlerModifier 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.class -
Uses of FaceletHandler in com.sun.faces.facelets.tag.faces.core
Classes in com.sun.faces.facelets.tag.faces.core that implement FaceletHandlerModifier 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 FaceletHandler in com.sun.faces.facelets.tag.faces.html
Classes in com.sun.faces.facelets.tag.faces.html that implement FaceletHandlerModifier and TypeClassDescriptionclassclassComponentHandlerforh:outputScriptreferences.classComponentHandlerforh:outputStylesheetreferences. -
Uses of FaceletHandler in com.sun.faces.facelets.tag.jstl.core
Classes in com.sun.faces.facelets.tag.jstl.core that implement FaceletHandlerModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classclassSimplified implementation of c:set -
Uses of FaceletHandler in com.sun.faces.facelets.tag.ui
Classes in com.sun.faces.facelets.tag.ui that implement FaceletHandlerModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classclassclassclass -
Uses of FaceletHandler in jakarta.faces.view.facelets
Classes in jakarta.faces.view.facelets that implement FaceletHandlerModifier 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.final classA FaceletHandler that is derived of 1 or more, inner FaceletHandlers.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.classFoundation class forFaceletHandlers associated with a markup element in a Facelet document.classHandles setting aValidatorinstance on anEditableValueHolderparent.Fields in jakarta.faces.view.facelets declared as FaceletHandlerModifier and TypeFieldDescriptionprotected final FaceletHandlerTagHandler.nextHandlerA reference to theFaceletHandlerthat represents the first nested child of thisTagHandlerinstance.Methods in jakarta.faces.view.facelets that return FaceletHandlerModifier and TypeMethodDescriptionCompositeFaceletHandler.getHandlers()Returns the array of child handlers contained by this handler.TagConfig.getNextHandler()The nextFaceletHandler(child or children) to be applied.Constructors in jakarta.faces.view.facelets with parameters of type FaceletHandlerModifierConstructorDescriptionCompositeFaceletHandler(FaceletHandler[] handlers) Creates a new FaceletHandler out of the given inner FaceletHandlers.