Package jakarta.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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComponentType()ComponentType to pass to theApplication.StringgetRendererType()RendererType to set on createdUIComponentinstances.- 
Methods inherited from interface jakarta.faces.view.facelets.TagConfiggetNextHandler, getTag, getTagId
 
- 
 
- 
- 
- 
Method Detail- 
getComponentTypeString getComponentType() ComponentType to pass to the Application. Cannot benull.- Returns:
- the component type to pass to the Application.
- Since:
- 2.0
 
 - 
getRendererTypeString getRendererType() RendererType to set on created UIComponentinstances.- Returns:
- the renderer type to pass to the Application.
- Since:
- 2.0
 
 
- 
 
-