Package tigase.test.util
Class HTMLFilter
- java.lang.Object
-
- tigase.test.util.HTMLFilter
-
- All Implemented Interfaces:
OutputFilter
public class HTMLFilter extends Object implements OutputFilter
Describe class HTMLFilter here. Created: Thu Jun 9 20:10:31 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description HTMLFilter()Creates a newHTMLFilterinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContent(String content)voidaddRow(String... cols)DescribeaddRowmethod here.voidclose(String closingInfo)Describeclosemethod here.voidinit(BufferedWriter out, String title, String description)Describeinitmethod here.voidsetColumnHeaders(String... hd)DescribesetColumnHeadersmethod here.
-
-
-
Method Detail
-
init
public void init(BufferedWriter out, String title, String description) throws IOException
Describeinitmethod here.- Specified by:
initin interfaceOutputFilter- Parameters:
out- aBufferedWritervaluetitle- aStringvaluedescription- aStringvalue- Throws:
IOException
-
addContent
public void addContent(String content) throws IOException
- Specified by:
addContentin interfaceOutputFilter- Throws:
IOException
-
close
public void close(String closingInfo) throws IOException
Describeclosemethod here.- Specified by:
closein interfaceOutputFilter- Throws:
IOException
-
setColumnHeaders
public void setColumnHeaders(String... hd) throws IOException
DescribesetColumnHeadersmethod here.- Specified by:
setColumnHeadersin interfaceOutputFilter- Parameters:
hd- aString[]value- Throws:
IOException
-
addRow
public void addRow(String... cols) throws IOException
DescribeaddRowmethod here.- Specified by:
addRowin interfaceOutputFilter- Parameters:
cols- aString[]value- Throws:
IOException
-
-