|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.test.util.HTMLContentFilter
public class HTMLContentFilter
Describe class HTMLContentFilter here. Created: Thu Jun 9 20:10:31 2005
| Constructor Summary | |
|---|---|
HTMLContentFilter()
Creates a new HTMLContentFilter instance. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTMLContentFilter()
HTMLContentFilter instance.
| Method Detail |
|---|
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 value
IOException
public void addContent(String content)
throws IOException
addContent in interface OutputFilterIOException
public void close(String closingInfo)
throws IOException
close method here.
close in interface OutputFilterIOException
public void setColumnHeaders(String... hd)
throws IOException
setColumnHeaders method here.
setColumnHeaders in interface OutputFilterhd - a String[] value
IOException
public void addRow(String... cols)
throws IOException
addRow method here.
addRow in interface OutputFiltercols - a String[] value
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||