Interface RendererFactory

All Known Implementing Classes:
BasicRendererFactory

public interface RendererFactory

Factory interface used to create/retrieve instances of the Renderer interface.

This factory provides an extension point into the default tiles implementation. Implementors wishing to provide per request initialization of the AttributeRenderer (for instance) may provide a custom renderer.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a renderer by its name.
  • Method Details

    • getRenderer

      Renderer getRenderer(String name)
      Returns a renderer by its name.
      Parameters:
      name - The name of the renderer.
      Returns:
      The renderer.