Uses of Interface
jakarta.faces.view.facelets.ComponentConfig
-
-
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 classAbstractTagLibrary.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.faces
Constructors in com.sun.faces.facelets.tag.faces with parameters of type ComponentConfig Constructor Description CompositeComponentTagHandler(Resource ccResource, ComponentConfig config)PassThroughElementComponentHandler(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 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 ComponentConfigComponentHandler. getComponentConfig()Returns the component configuration, a component-type/renderer-type pair.Constructors in jakarta.faces.view.facelets with parameters of type ComponentConfig Constructor Description ComponentHandler(ComponentConfig config)Leverage theTagHandlerDelegateFactoryprovided by the implementation to create an instance ofTagHandlerDelegatedesigned for use withComponentHandler.
-