public class HtmlWriter extends Object
| Constructor and Description |
|---|
HtmlWriter(JspContext context) |
HtmlWriter(JspWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
HtmlWriter |
attribute(String name) |
HtmlWriter |
attribute(String name,
Object value) |
HtmlWriter |
beginStartTag(String name) |
HtmlWriter |
endStartTag() |
HtmlWriter |
endTag(String name) |
HtmlWriter |
selfClose() |
HtmlWriter |
write(String text) |
public HtmlWriter(JspContext context)
public HtmlWriter(JspWriter writer)
public HtmlWriter beginStartTag(String name) throws IOException
IOExceptionpublic HtmlWriter attribute(String name) throws IOException
IOExceptionpublic HtmlWriter attribute(String name, Object value) throws IOException
IOExceptionpublic HtmlWriter selfClose() throws IOException
IOExceptionpublic HtmlWriter endStartTag() throws IOException
IOExceptionpublic HtmlWriter endTag(String name) throws IOException
IOExceptionpublic HtmlWriter write(String text) throws IOException
IOExceptionCopyright © 2016. All rights reserved.