View.ViewContextERROR_DETAILS, TITLE, TITLE_LINK, USER| Modifier | Constructor | Description |
|---|---|---|
protected |
TextView(View.ViewContext ctx,
java.lang.String contentType) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
echo(java.lang.Object... args) |
Print strings escaping html.
|
void |
echoWithoutEscapeHtml(java.lang.Object... args) |
Print strings as is (no newline, a la php echo).
|
void |
puts(java.lang.Object... args) |
Print strings as a line (new line appended at the end, a la C/Tcl puts).
|
void |
putWithoutEscapeHtml(java.lang.Object args) |
Print string as a line.
|
java.io.PrintWriter |
writer() |
protected TextView(View.ViewContext ctx, java.lang.String contentType)
public void echo(java.lang.Object... args)
args - the strings to printpublic void echoWithoutEscapeHtml(java.lang.Object... args)
args - the strings to printpublic void puts(java.lang.Object... args)
args - the strings to printpublic void putWithoutEscapeHtml(java.lang.Object args)
args - the strings to printCopyright © 2008–2025 Apache Software Foundation. All rights reserved.