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 Summary

    Modifier and Type
    Method
    Description
    void
    addRenderer(String componentFamily, String rendererType, String rendererClass)
     
  • Method Details

    • addRenderer

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