public interface RendererFactory
Factory interface used to create/retrieve instances of the
AttributeRenderer
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 |
---|---|
AttributeRenderer |
getRenderer(String name)
Returns a renderer by its name.
|
void |
init(Map<String,String> parameters)
Initialize the renderer factory.
|
void init(Map<String,String> parameters)
parameters
- The parameters for the initialization.AttributeRenderer getRenderer(String name)
name
- The name of the renderer.Copyright © 2016. All rights reserved.