|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type to renderpublic interface SafeHtmlRenderer<T>
An object that can render other objects of a particular type into safe HTML form. Allows decoupling that is useful for a dependency-injection architecture.
Method Summary | |
---|---|
SafeHtml |
render(T object)
Renders object as safe HTML. |
void |
render(T object,
SafeHtmlBuilder builder)
Renders object as safe HTML, appended directly to builder . |
Method Detail |
---|
SafeHtml render(T object)
object
as safe HTML.
void render(T object, SafeHtmlBuilder builder)
object
as safe HTML, appended directly to builder
.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |