com.google.template.soy.examples
Class FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
java.lang.Object
com.google.template.soy.parseinfo.SoyTemplateInfo
com.google.template.soy.examples.FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
- Enclosing class:
- FeaturesSoyInfo
public static class FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo
- extends SoyTemplateInfo
Template for printing the header to add before each example.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
__NAME__
public static final String __NAME__
- This template's full name.
- See Also:
- Constant Field Values
__PARTIAL_NAME__
public static final String __PARTIAL_NAME__
- This template's partial name.
- See Also:
- Constant Field Values
EXAMPLE_NUM
public static final String EXAMPLE_NUM
- The number of the example.
- See Also:
- Constant Field Values
EXAMPLE_NAME
public static final String EXAMPLE_NAME
- The name of the example.
- See Also:
- Constant Field Values
getInstance
public static FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo getInstance()