org.jboss.portal.format.parser.chars
Class StackFilter

java.lang.Object
  extended by org.jboss.portal.format.parser.chars.StackFilter
All Implemented Interfaces:
Filter

public class StackFilter
extends java.lang.Object
implements Filter

Version:
$Revision: 8784 $
Author:
Julien Viet

Constructor Summary
StackFilter()
           
 
Method Summary
 void add(Filter filter)
           
 void filter(java.io.Reader in, java.io.Writer out)
          Filters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackFilter

public StackFilter()
Method Detail

add

public void add(Filter filter)

filter

public void filter(java.io.Reader in,
                   java.io.Writer out)
            throws java.io.IOException
Description copied from interface: Filter
Filters.

Specified by:
filter in interface Filter
Throws:
java.io.IOException