tigase.test.util
Class HTMLFilter

java.lang.Object
  extended by tigase.test.util.HTMLFilter
All Implemented Interfaces:
OutputFilter

public class HTMLFilter
extends java.lang.Object
implements OutputFilter

Describe class HTMLFilter here. Created: Thu Jun 9 20:10:31 2005

Version:
$Rev: 98 $
Author:
Artur Hefczyc

Constructor Summary
HTMLFilter()
          Creates a new HTMLFilter 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

HTMLFilter

public HTMLFilter()
Creates a new HTMLFilter instance.

Method Detail

init

public void init(java.io.BufferedWriter out,
                 java.lang.String title,
                 java.lang.String description)
          throws java.io.IOException
Describe init method here.

Specified by:
init in interface OutputFilter
Parameters:
out - a BufferedWriter value
title - a String value
description - a String value
Throws:
java.io.IOException

addContent

public void addContent(java.lang.String content)
                throws java.io.IOException
Specified by:
addContent in interface OutputFilter
Throws:
java.io.IOException

close

public void close(java.lang.String closingInfo)
           throws java.io.IOException
Describe close method here.

Specified by:
close in interface OutputFilter
Throws:
java.io.IOException

setColumnHeaders

public void setColumnHeaders(java.lang.String... hd)
                      throws java.io.IOException
Describe setColumnHeaders method here.

Specified by:
setColumnHeaders in interface OutputFilter
Parameters:
hd - a String[] value
Throws:
java.io.IOException

addRow

public void addRow(java.lang.String... cols)
            throws java.io.IOException
Describe addRow method here.

Specified by:
addRow in interface OutputFilter
Parameters:
cols - a String[] value
Throws:
java.io.IOException


Copyright ? 2005-2007 Tigase. All Rights Reserved.