public interface JSONEventRenderer
A renderer is dedicated to rendering only a certain type of events and subtypes of that type, as the render cache type metadata and prepares structures to enable fast rendering.
For rendering events of different types, use a quick-access method in EventRenderer
.
Modifier and Type | Method and Description |
---|---|
String |
render(EventBean theEvent)
Render a given event in the JSON format.
|
String |
render(String title,
EventBean theEvent)
Render a given event in the JSON format.
|