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.
author: Ken Paulsen (ken.paulsen@sun.com) |