public class HTMLFilter extends Object implements OutputFilter
| Constructor and Description |
|---|
HTMLFilter()
Creates a new
HTMLFilter instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(String content) |
void |
addRow(String... cols)
Describe
addRow method here. |
void |
close(String closingInfo)
Describe
close method here. |
void |
init(BufferedWriter out,
String title,
String description)
Describe
init method here. |
void |
setColumnHeaders(String... hd)
Describe
setColumnHeaders method here. |
public void init(BufferedWriter out, String title, String description) throws IOException
init method here.init in interface OutputFilterout - a BufferedWriter valuetitle - a String valuedescription - a String valueIOExceptionpublic void addContent(String content) throws IOException
addContent in interface OutputFilterIOExceptionpublic void close(String closingInfo) throws IOException
close method here.close in interface OutputFilterIOExceptionpublic void setColumnHeaders(String... hd) throws IOException
setColumnHeaders method here.setColumnHeaders in interface OutputFilterhd - a String[] valueIOExceptionpublic void addRow(String... cols) throws IOException
addRow method here.addRow in interface OutputFiltercols - a String[] valueIOExceptionCopyright © 2005–2014 Tigase. All rights reserved.