Package org.apache.myfaces.renderkit
Interface LazyRenderKit
- All Known Implementing Classes:
- HtmlRenderKitImpl
public interface LazyRenderKit
RenderKit instances implementing this interface are responsible of
 create the renderer instance in a lazy way. The idea is 
 HtmlRenderKitImpl implements this one, but if there is a wrapper,
 the wrapper will not implement it so things will keep working as 
 usual.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRenderer(String componentFamily, String rendererType, String rendererClass) 
- 
Method Details- 
addRenderer
 
-