Uses of Class
jakarta.faces.view.facelets.ComponentHandler
-
Packages that use ComponentHandler Package Description com.sun.faces.facelets.tag.composite com.sun.faces.facelets.tag.faces com.sun.faces.facelets.tag.faces.html com.sun.faces.facelets.tag.ui jakarta.faces.view.facelets This package contains public classes for the Java code API of Facelets. -
-
Uses of ComponentHandler in com.sun.faces.facelets.tag.composite
Subclasses of ComponentHandler in com.sun.faces.facelets.tag.composite Modifier and Type Class Description classRenderFacetHandler -
Uses of ComponentHandler in com.sun.faces.facelets.tag.faces
Subclasses of ComponentHandler 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 with parameters of type ComponentHandler Modifier and Type Method Description TagHandlerDelegateTagHandlerDelegateFactoryImpl. createComponentHandlerDelegate(ComponentHandler owner)static booleanComponentSupport. handlerIsResourceRelated(ComponentHandler handler)Constructors in com.sun.faces.facelets.tag.faces with parameters of type ComponentHandler Constructor Description ComponentTagHandlerDelegateImpl(ComponentHandler owner) -
Uses of ComponentHandler in com.sun.faces.facelets.tag.faces.html
Subclasses of ComponentHandler in com.sun.faces.facelets.tag.faces.html Modifier and Type Class Description classHtmlComponentHandlerclassScriptResourceHandlerComponentHandlerforh:outputScriptreferences.classStylesheetResourceHandlerComponentHandlerforh:outputStylesheetreferences.Constructors in com.sun.faces.facelets.tag.faces.html with parameters of type ComponentHandler Constructor Description ComponentResourceDelegate(ComponentHandler owner)ScriptResourceDelegate(ComponentHandler owner)StylesheetResourceDelegate(ComponentHandler owner) -
Uses of ComponentHandler in com.sun.faces.facelets.tag.ui
Subclasses of ComponentHandler in com.sun.faces.facelets.tag.ui Modifier and Type Class Description classComponentRefHandlerclassRepeatHandler -
Uses of ComponentHandler in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets with parameters of type ComponentHandler Modifier and Type Method Description abstract TagHandlerDelegateTagHandlerDelegateFactory. createComponentHandlerDelegate(ComponentHandler owner)Create and return aTagHandlerDelegateinstance designed for use withComponentHandler.
-