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

java.lang.Object
  extended by com.google.template.soy.parseinfo.SoyTemplateInfo
      extended by com.google.template.soy.examples.FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
Enclosing class:
FeaturesSoyInfo

public static class FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo
extends SoyTemplateInfo

Demo BiDi support.


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 AUTHOR
          Author's name.
static String KEYWORDS
          List of keywords.
static String TITLE
          Book title.
static String YEAR
          Year published.
 
Method Summary
static FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo 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

TITLE

public static final String TITLE
Book title.

See Also:
Constant Field Values

AUTHOR

public static final String AUTHOR
Author's name.

See Also:
Constant Field Values

YEAR

public static final String YEAR
Year published.

See Also:
Constant Field Values

KEYWORDS

public static final String KEYWORDS
List of keywords.

See Also:
Constant Field Values
Method Detail

getInstance

public static FeaturesSoyInfo.DemoBidiSupportSoyTemplateInfo getInstance()