tigase.test.util
Interface OutputFilter

All Known Implementing Classes:
HTMLContentFilter, HTMLFilter, NullFilter

public interface OutputFilter

Describe interface OutputFilter here. Created: Thu Jun 9 20:02:20 2005

Version:
$Rev: 135 $
Author:
Artur Hefczyc

Method Summary
 void addContent(java.lang.String content)
           
 void addRow(java.lang.String... cols)
           
 void close(java.lang.String closingInfo)
           
 void init(java.io.BufferedWriter out, java.lang.String title, java.lang.String description)
           
 void setColumnHeaders(java.lang.String... hd)
           
 

Method Detail

init

void init(java.io.BufferedWriter out,
          java.lang.String title,
          java.lang.String description)
          throws java.io.IOException
Throws:
java.io.IOException

addContent

void addContent(java.lang.String content)
                throws java.io.IOException
Throws:
java.io.IOException

setColumnHeaders

void setColumnHeaders(java.lang.String... hd)
                      throws java.io.IOException
Throws:
java.io.IOException

addRow

void addRow(java.lang.String... cols)
            throws java.io.IOException
Throws:
java.io.IOException

close

void close(java.lang.String closingInfo)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2008 Tigase. All Rights Reserved.