|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SoyTemplateRuntime
A compiled Soy template.
| Method Summary | |
|---|---|
String |
render()
Applies the template to the given data to produce an output. |
void |
render(StringBuilder out)
Applies the template to the given data to append output to the given buffer. |
SoyTemplateRuntime |
setCssRenamingMap(SoyCssRenamingMap cssRenamingMap)
|
SoyTemplateRuntime |
setData(SoyMapData data)
|
SoyTemplateRuntime |
setIjData(SoyMapData ijData)
|
| Method Detail |
|---|
SoyTemplateRuntime setData(SoyMapData data)
data - The data to pass to the template.
thisSoyTemplateRuntime setIjData(SoyMapData ijData)
ijData - The injected data for the template.
thisSoyTemplateRuntime setCssRenamingMap(SoyCssRenamingMap cssRenamingMap)
cssRenamingMap - Used to rename the selector text in {css ...} commands.
thisvoid render(StringBuilder out)
out - A buffer that receives the template output.String render()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||