org.apache.tapestry.markup
Class MarkupFilterUtils

java.lang.Object
  extended by org.apache.tapestry.markup.MarkupFilterUtils

public final class MarkupFilterUtils
extends 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

Method Summary
static void print(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
 

Method Detail

print

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.