Uses of Interface
jakarta.faces.view.facelets.ComponentConfig
Packages that use ComponentConfig
Package
Description
-
Uses of ComponentConfig in com.sun.faces.facelets.tag
Classes in com.sun.faces.facelets.tag that implement ComponentConfigModifier and TypeClassDescriptionprotected static class
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.composite
Constructors in com.sun.faces.facelets.tag.composite with parameters of type ComponentConfig -
Uses of ComponentConfig in com.sun.faces.facelets.tag.faces
Constructors in com.sun.faces.facelets.tag.faces with parameters of type ComponentConfigModifierConstructorDescriptionCompositeComponentTagHandler
(Resource ccResource, ComponentConfig config) -
Uses of ComponentConfig in com.sun.faces.facelets.tag.faces.html
Constructors in com.sun.faces.facelets.tag.faces.html with parameters of type ComponentConfigModifierConstructorDescriptionHtmlComponentHandler
(ComponentConfig config) ScriptResourceHandler
(ComponentConfig config) -
Uses of ComponentConfig in com.sun.faces.facelets.tag.ui
Constructors in com.sun.faces.facelets.tag.ui with parameters of type ComponentConfigModifierConstructorDescriptionComponentRefHandler
(ComponentConfig config) RepeatHandler
(ComponentConfig config) -
Uses of ComponentConfig in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return ComponentConfigModifier and TypeMethodDescriptionComponentHandler.getComponentConfig()
Returns the component configuration, a component-type/renderer-type pair.Constructors in jakarta.faces.view.facelets with parameters of type ComponentConfigModifierConstructorDescriptionComponentHandler
(ComponentConfig config) Leverage theTagHandlerDelegateFactory
provided by the implementation to create an instance ofTagHandlerDelegate
designed for use withComponentHandler
.