com.google.clearsilver.jsilver.functions
Class NonEscapingFunction
java.lang.Object
com.google.clearsilver.jsilver.functions.NonEscapingFunction
- All Implemented Interfaces:
- Function
- Direct Known Subclasses:
- AbsFunction, AddFunction, AndFunction, CrcFunction, DivideFunction, EqualFunction, ExistsFunction, FindFunction, FirstFunction, GreaterFunction, GreaterOrEqualFunction, LastFunction, LengthFunction, LessFunction, LessOrEqualFunction, MaxFunction, MinFunction, ModuloFunction, MultiplyFunction, NameFunction, NotEqualFunction, NotFunction, NumericAddFunction, NumericEqualFunction, NumericFunction, NumericNotEqualFunction, OrFunction, SliceFunction, SubcountFunction, SubtractFunction
public abstract class NonEscapingFunction
- extends Object
- implements Function
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.clearsilver.jsilver.functions.Function |
execute |
NonEscapingFunction
public NonEscapingFunction()
isEscapingFunction
public boolean isEscapingFunction()
- Specified by:
isEscapingFunction
in interface Function
Copyright © 2010-2012 Google. All Rights Reserved.