com.google.clearsilver.jsilver.functions.escape
Class NullEscapeFunction

java.lang.Object
  extended by com.google.clearsilver.jsilver.functions.escape.NullEscapeFunction
All Implemented Interfaces:
TextFilter

public class NullEscapeFunction
extends Object
implements TextFilter

Returns the input string without any modification. This function is intended to be registered as an EscapingFunction so that it can be used to disable autoescaping of expressions.


Constructor Summary
NullEscapeFunction()
           
 
Method Summary
 void filter(String in, Appendable out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullEscapeFunction

public NullEscapeFunction()
Method Detail

filter

public void filter(String in,
                   Appendable out)
            throws IOException
Specified by:
filter in interface TextFilter
Throws:
IOException


Copyright © 2010-2012 Google. All Rights Reserved.