Uses of Interface
jakarta.faces.view.facelets.ComponentConfig
Package | Description |
---|---|
com.sun.faces.facelets.tag | |
com.sun.faces.facelets.tag.composite | |
com.sun.faces.facelets.tag.jsf | |
com.sun.faces.facelets.tag.jsf.core | |
com.sun.faces.facelets.tag.jsf.html |
Tag Library for http://java.sun.com/jsf/html.
|
com.sun.faces.facelets.tag.ui |
Tag Library for http://java.sun.com/jsf/ui.
|
jakarta.faces.view.facelets |
-
Uses of ComponentConfig in com.sun.faces.facelets.tag
Classes in com.sun.faces.facelets.tag that implement ComponentConfig Modifier and Type Class Description protected static class
AbstractTagLibrary.ComponentConfigWrapper
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.composite
Constructors in com.sun.faces.facelets.tag.composite with parameters of type ComponentConfig Constructor Description RenderFacetHandler(ComponentConfig config)
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.jsf
Constructors in com.sun.faces.facelets.tag.jsf with parameters of type ComponentConfig Constructor Description CompositeComponentTagHandler(Resource ccResource, ComponentConfig config)
PassThroughElementComponentHandler(ComponentConfig config)
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.jsf.core
Constructors in com.sun.faces.facelets.tag.jsf.core with parameters of type ComponentConfig Constructor Description VerbatimHandler(ComponentConfig config)
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.jsf.html
Constructors in com.sun.faces.facelets.tag.jsf.html with parameters of type ComponentConfig Constructor Description HtmlComponentHandler(ComponentConfig config)
ScriptResourceHandler(ComponentConfig config)
StylesheetResourceHandler(ComponentConfig config)
-
Uses of ComponentConfig in com.sun.faces.facelets.tag.ui
Constructors in com.sun.faces.facelets.tag.ui with parameters of type ComponentConfig Constructor Description ComponentRefHandler(ComponentConfig config)
RepeatHandler(ComponentConfig config)
-
Uses of ComponentConfig in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return ComponentConfig Modifier and Type Method Description ComponentConfig
ComponentHandler. getComponentConfig()
Constructors in jakarta.faces.view.facelets with parameters of type ComponentConfig Constructor Description ComponentHandler(ComponentConfig config)
Leverage theTagHandlerDelegateFactory
provided by the implementation to create an instance ofTagHandlerDelegate
designed for use withComponentHandler
.