public interface SoyJavaPrintDirective extends SoyPrintDirective
@SoyPurePrintDirective.
Important: This may only be used in implementing print directive plugins.
| Modifier and Type | Method and Description |
|---|---|
SoyValue |
applyForJava(SoyValue value,
List<SoyValue> args)
Applies this directive on the given value.
|
getName, getValidArgsSizes, shouldCancelAutoescapeSoyValue applyForJava(SoyValue value, List<SoyValue> args)
value - The input to the directive. This is not necessarily a string. If a directive
only applies to string inputs, then it should first call coerceToString() on this
input value.args - The directive's arguments, if any (often none).StringData or SanitizedContent.