org.apache.tapestry.markup
Class MarkupFilterUtils

java.lang.Object
  extended byorg.apache.tapestry.markup.MarkupFilterUtils

public class MarkupFilterUtils
extends java.lang.Object

For the meantime, implemenatations of MarkupFilter are wrappers around ICharacterTranslator. This class provides handy methods for doing the grunt work.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
MarkupFilterUtils()
           
 
Method Summary
static void print(java.io.PrintWriter writer, char[] data, int offset, int length, boolean escapeQuotes, ICharacterTranslator translator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupFilterUtils

public MarkupFilterUtils()
Method Detail

print

public static void print(java.io.PrintWriter writer,
                         char[] data,
                         int offset,
                         int length,
                         boolean escapeQuotes,
                         ICharacterTranslator translator)