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.
Modifier and Type | Method and Description |
---|---|
Renderer |
getRenderer(String name)
Returns a renderer by its name.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.