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 |
---|---|
Renderer |
getRenderer(String name)
Returns a renderer by its name.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.