org.appfuse.buildtools
Class EscapeHtmlEntities

java.lang.Object
  extended by BaseParamFilterReader
      extended by org.appfuse.buildtools.EscapeHtmlEntities

public class EscapeHtmlEntities
extends BaseParamFilterReader

Author:
Mika

Field Summary
static String ESCAPE
           
static String UNESCAPE
           
 
Constructor Summary
EscapeHtmlEntities()
           
EscapeHtmlEntities(Reader rdr)
           
 
Method Summary
 Reader chain(Reader rdr)
           
 String getMode()
           
 int read()
           
 void setMode(String mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ESCAPE

public static final String ESCAPE
See Also:
Constant Field Values

UNESCAPE

public static final String UNESCAPE
See Also:
Constant Field Values
Constructor Detail

EscapeHtmlEntities

public EscapeHtmlEntities()

EscapeHtmlEntities

public EscapeHtmlEntities(Reader rdr)
Method Detail

read

public int read()
         throws IOException
Throws:
IOException

chain

public Reader chain(Reader rdr)

getMode

public String getMode()
Returns:
Returns the mode.

setMode

public void setMode(String mode)
Parameters:
mode - The mode to set.


Copyright � 2002-2006