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 Detail

      • addRenderer

        void addRenderer​(String componentFamily,
                         String rendererType,
                         String rendererClass)