Uses of Interface
jakarta.faces.view.facelets.ComponentConfig
Package
Description
-
Uses of ComponentConfig in com.sun.faces.facelets.tag
Modifier and TypeClassDescriptionprotected static class
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.composite
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.faces
ModifierConstructorDescriptionCompositeComponentTagHandler
(Resource ccResource, ComponentConfig config) -
Uses of ComponentConfig in com.sun.faces.facelets.tag.faces.html
ModifierConstructorDescriptionHtmlComponentHandler
(ComponentConfig config) ScriptResourceHandler
(ComponentConfig config) -
Uses of ComponentConfig in com.sun.faces.facelets.tag.ui
ModifierConstructorDescriptionComponentRefHandler
(ComponentConfig config) RepeatHandler
(ComponentConfig config) -
Uses of ComponentConfig in jakarta.faces.view.facelets
Modifier and TypeMethodDescriptionComponentHandler.getComponentConfig()
Returns the component configuration, a component-type/renderer-type pair.ModifierConstructorDescriptionComponentHandler
(ComponentConfig config) Leverage theTagHandlerDelegateFactory
provided by the implementation to create an instance ofTagHandlerDelegate
designed for use withComponentHandler
.