Uses of Interface
jakarta.faces.view.facelets.FaceletHandler
Package
Description
-
Uses of FaceletHandler in com.sun.faces.facelets.compiler
Modifier and TypeMethodDescriptionfinal FaceletHandler
protected abstract FaceletHandler
protected FaceletHandler
SAXCompiler.doCompile
(com.sun.faces.facelets.compiler.CompilationManager mngr, com.sun.faces.facelets.compiler.SAXCompiler.CompilationHandler handler, URL src, String alias) protected abstract FaceletHandler
Compiler.doMetadataCompile
(URL src, String alias) SAXCompiler.doMetadataCompile
(URL src, String alias) final FaceletHandler
Compiler.metadataCompile
(URL src, String alias) ModifierConstructorDescriptionEncodingHandler
(FaceletHandler next, String encoding, CompilationMessageHolder messageHolder) -
Uses of FaceletHandler in com.sun.faces.facelets.tag
Modifier and TypeClassDescriptionclass
A base tag for wiring state to an object instance based on rules populated at the time of creating a MetaRuleset.class
Modifier and TypeMethodDescriptionstatic final Iterator
TagHandlerImpl.findNextByType
(FaceletHandler nextHandler, Class type) -
Uses of FaceletHandler in com.sun.faces.facelets.tag.composite
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
ThisTagHandler
is responsible for relocating children defined within a composite component to a component within the composite component'scomposite:implementation
section.class
ThisTagHandler
is responsible for relocating Facets defined within a composite component to a component within the composite component'scomposite:implementation
section.class
class
class
-
Uses of FaceletHandler in com.sun.faces.facelets.tag.faces
Modifier and TypeClassDescriptionclass
Facelet 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
Modifier and TypeClassDescriptionfinal class
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.class
Register an ActionListener instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Enable one or more components in the view to perform Ajax operations.final class
Sets the specified name and attribute on the parent UIComponent.final class
final class
Register a DateTimeConverter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a named Converter instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register a NumberConverter instance on the UIComponent associated with the closest parent UIComponent custom action.class
This is the TagHandler for the f:event tag.final class
Register a named facet on the UIComponent associated with the closest parent UIComponent custom action.final class
Load 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.class
This is a specializedFacetHandler
to enablef:metadata
support.final class
Sets the specified name and attribute on the parent UIComponent.final class
class
final class
class
final class
Register a named Validator instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Register an ValueChangeListener instance on the UIComponent associated with the closest parent UIComponent custom action.final class
Container for all Jakarta Faces core and custom component actions used on a page. -
Uses of FaceletHandler in com.sun.faces.facelets.tag.faces.html
Modifier and TypeClassDescriptionclass
class
ComponentHandler
forh:outputScript
references.class
ComponentHandler
forh:outputStylesheet
references. -
Uses of FaceletHandler in com.sun.faces.facelets.tag.jstl.core
Modifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
class
Simplified implementation of c:set -
Uses of FaceletHandler in com.sun.faces.facelets.tag.ui
Modifier and TypeClassDescriptionfinal class
final class
final class
final class
final class
final class
class
class
class
-
Uses of FaceletHandler in jakarta.faces.view.facelets
Modifier and TypeClassDescriptionclass
TheFaceletHandler
that corresponds to attached objects that represent an instance ofClientBehavior
that must be added to the parent component, which must implementClientBehaviorHolder
, with a call toClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
.class
Public base class for markup element instances that map toUIComponent
instances in the view.final class
A FaceletHandler that is derived of 1 or more, inner FaceletHandlers.class
Handles setting aConverter
instance on aValueHolder
parent.class
Enable the Jakarta Faces implementation to provide the appropriate behavior for the kind ofMetaTagHandler
subclass 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.class
Root class for all tag handlers that represent attached objetcts in a Facelets page.class
Every 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.class
Foundation class forFaceletHandler
s associated with a markup element in a Facelet document.class
Handles setting aValidator
instance on anEditableValueHolder
parent.Modifier and TypeFieldDescriptionprotected final FaceletHandler
TagHandler.nextHandler
A reference to theFaceletHandler
that represents the first nested child of thisTagHandler
instance.Modifier and TypeMethodDescriptionCompositeFaceletHandler.getHandlers()
Returns the array of child handlers contained by this handler.TagConfig.getNextHandler()
The nextFaceletHandler
(child or children) to be applied.ModifierConstructorDescriptionCompositeFaceletHandler
(FaceletHandler[] handlers) Creates a new FaceletHandler out of the given inner FaceletHandlers.