Interface ComponentConfig
- All Superinterfaces:
TagConfig
Passed to the constructor of ComponentHandler. Represents a component-type/renderer-type pair.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionComponentType to pass to theApplication.RendererType to set on createdUIComponentinstances.Methods inherited from interface TagConfig
getNextHandler, getTag, getTagIdModifier and TypeMethodDescriptionThe nextFaceletHandler(child or children) to be applied.getTag()Return theTagrepresenting this handler.getTagId()A document-unique id, follows the convention "_tagId##"
-
Method Details
-
getComponentType
String getComponentType()ComponentType to pass to the
Application. Cannot benull.- Returns:
- the component type to pass to the
Application. - Since:
- 2.0
-
getRendererType
String getRendererType()RendererType to set on created
UIComponentinstances.- Returns:
- the renderer type to pass to the
Application. - Since:
- 2.0
-