public interface TemplatePage extends Page
Modifier and Type | Method and Description |
---|---|
void |
append(java.lang.String tag,
java.lang.Object value,
boolean beginning)
Append the value of some object to a tag.
|
getContents
void append(java.lang.String tag, java.lang.Object value, boolean beginning)
tag
- Tag name. Cannot be null
.value
- Value to display instead of the tag.beginning
- true
to insert in the front of existing text, false
to append it at the end.