com.google.clearsilver.jsilver.functions.escape
Class NullEscapeFunction
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullEscapeFunction
public NullEscapeFunction()
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.