public interface SoyPrintDirective
Important: Implementing this interface by itself does nothing. Your directive implementation class needs to implement some of all of this interface's subinterfaces.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the Soy print directive.
|
Set<Integer> |
getValidArgsSizes()
Gets the set of valid args list sizes.
|
boolean |
shouldCancelAutoescape()
Returns whether the appearance of this directive on a 'print' tag should cancel autoescape for
that 'print' tag.
|
String getName()
Set<Integer> getValidArgsSizes()
boolean shouldCancelAutoescape()