public interface ComponentConfig extends TagConfig
Passed to the constructor of ComponentHandler
. Represents a component-type/renderer-type pair.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentType()
ComponentType to pass to the |
java.lang.String |
getRendererType()
RendererType to set on created |
getNextHandler, getTag, getTagId
java.lang.String getComponentType()
ComponentType to pass to the Application
. Cannot be null
.
Application
.java.lang.String getRendererType()
RendererType to set on created UIComponent
instances.
Application
.