|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UsesMappedConfiguration(key=java.lang.Class.class, value=ObjectRenderer.class) public interface ObjectRenderer<T>
A strategy interface used for converting an object into markup that describes that object. This is primarily used in
terms of an ExceptionReporter
page.
The ObjectRenderer service (distinguished by the @Primary
marker
annotation) uses type-based matching to find a
specific ObjectRenderer for any given type.
Method Summary | |
---|---|
void |
render(T object,
MarkupWriter writer)
Renders the object out as markup. |
Method Detail |
---|
void render(T object, MarkupWriter writer)
object
- to be renderedwriter
- to which output should be directed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |