|
||||||||||
| 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(java.lang.String content)
|
void |
addRow(java.lang.String... cols)
Describe addRow method here. |
void |
close(java.lang.String closingInfo)
Describe close method here. |
void |
init(java.io.BufferedWriter out,
java.lang.String title,
java.lang.String description)
Describe init method here. |
void |
setColumnHeaders(java.lang.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(java.io.BufferedWriter out,
java.lang.String title,
java.lang.String description)
throws java.io.IOException
init method here.
init in interface OutputFilterout - a BufferedWriter valuetitle - a String valuedescription - a String value
java.io.IOException
public void addContent(java.lang.String content)
throws java.io.IOException
addContent in interface OutputFilterjava.io.IOException
public void close(java.lang.String closingInfo)
throws java.io.IOException
close method here.
close in interface OutputFilterjava.io.IOException
public void setColumnHeaders(java.lang.String... hd)
throws java.io.IOException
setColumnHeaders method here.
setColumnHeaders in interface OutputFilterhd - a String[] value
java.io.IOException
public void addRow(java.lang.String... cols)
throws java.io.IOException
addRow method here.
addRow in interface OutputFiltercols - a String[] value
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||