com.google.template.soy.examples
Class FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo

java.lang.Object
  extended by com.google.template.soy.parseinfo.SoyTemplateInfo
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.template.soy.parseinfo.SoyTemplateInfo
SoyTemplateInfo.ParamRequisiteness
 
Field Summary
static String __NAME__
          This template's full name.
static String __PARTIAL_NAME__
          This template's partial name.
static String EXAMPLE_NAME
          The name of the example.
static String EXAMPLE_NUM
          The number of the example.
 
Method Summary
static FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo getInstance()
           
 
Methods inherited from class com.google.template.soy.parseinfo.SoyTemplateInfo
getName, getParams, getPartialName, getUsedIjParams, mayHaveIjParamsInExternalCalls, mayHaveIjParamsInExternalDelCalls
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__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
Method Detail

getInstance

public static FeaturesSoyInfo.ExampleHeaderSoyTemplateInfo getInstance()