public class DefaultCollectionRenderer extends Object implements Renderer<Collection>
| Constructor and Description |
|---|
DefaultCollectionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
render(Collection collection,
Locale locale)
Renders an object of the type supported by the renderer.
|
public String render(Collection collection, Locale locale)
Rendererrender in interface Renderer<Collection>collection - the object to renderlocale - the locale used in transformationCopyright © 2015. All rights reserved.