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.
addRenderer
void addRenderer(String componentFamily,
String rendererType,
String rendererClass)
Copyright © 2014 The Apache Software Foundation. All rights reserved.