public interface SoyJavaRuntimePrintDirective extends SoyPrintDirective
apply()
method of this interface should be the same as the applyForTofu() method of interface
SoyTofuPrintDirective. The difference is that directives implementing this interface may
be useful to the Soy compiler during optimization passes.
Important: This may only be used in implementing print directive plugins.
| Modifier and Type | Method and Description |
|---|---|
SoyData |
apply(SoyData value,
List<SoyData> args)
Applies this directive on the given value.
|
getName, getValidArgsSizes, shouldCancelAutoescape