This interface defines additional methods in addition to those defined by UIComponent that are needed to work with a TemplateRenderer.
JSF did not define an interface for UIComponent, so I cannot extend an interface here. This means that casting is needed to use UIComponent features from a TemplateComponent.
If you need to have a NamingContainer
, do not forget to implement that interface in addition to this interface.
|
|
|
|
|
|