public abstract class SoyAbstractTofuPrintDirective extends Object implements SoyJavaRuntimePrintDirective, SoyTofuPrintDirective
| Constructor and Description |
|---|
SoyAbstractTofuPrintDirective() |
| Modifier and Type | Method and Description |
|---|---|
SoyData |
applyForTofu(SoyData value,
List<SoyData> args)
Applies this directive on the given value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplygetName, getValidArgsSizes, shouldCancelAutoescapepublic SoyData applyForTofu(SoyData value, List<SoyData> args)
SoyTofuPrintDirectiveapplyForTofu in interface SoyTofuPrintDirectivevalue - The input to the directive. This may have not yet been coerced to a string.args - The directive's arguments, if any (usually none).