Package javax.faces.view.facelets
Interface ComponentConfig
-
- All Superinterfaces:
TagConfig
public interface ComponentConfig extends TagConfig
Passed to the constructor of
ComponentHandler. Represents a component-type/renderer-type pair.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetComponentType()ComponentType to pass to theApplication.java.lang.StringgetRendererType()RendererType to set on createdUIComponentinstances.-
Methods inherited from interface javax.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId
-
-