Package google.registry.ui.soy.registrar
Class AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyTemplateInfo
-
- google.registry.ui.soy.registrar.AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo
-
- Enclosing class:
- AdminSettingsSoyInfo
@Deprecated public static final class AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.AdminSettingsTemplates.OteResultsTable} instead.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAME__
Deprecated.This template's full name.static java.lang.String
__PARTIAL_NAME__
Deprecated.This template's partial name.static java.lang.String
COMPLETED
Deprecated.static java.lang.String
DETAILS_LIST
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAME__
public static final java.lang.String __NAME__
Deprecated.This template's full name.- See Also:
- Constant Field Values
-
__PARTIAL_NAME__
public static final java.lang.String __PARTIAL_NAME__
Deprecated.This template's partial name.- See Also:
- Constant Field Values
-
COMPLETED
public static final java.lang.String COMPLETED
Deprecated.- See Also:
- Constant Field Values
-
DETAILS_LIST
public static final java.lang.String DETAILS_LIST
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo getInstance()
Deprecated.
-
-