Package google.registry.ui.soy.registrar
Class AdminSettingsSoyInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyFileInfo
-
- google.registry.ui.soy.registrar.AdminSettingsSoyInfo
-
@Deprecated @Generated("com.google.template.soy.SoyParseInfoGenerator") public final class AdminSettingsSoyInfo extends com.google.template.soy.parseinfo.SoyFileInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.AdminSettingsTemplates} instead.Soy parse info for AdminSettings.soy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdminSettingsSoyInfo.OteErrorAreaSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.AdminSettingsTemplates.OteErrorArea} instead.static class
AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.AdminSettingsTemplates.OteResultsTable} instead.static class
AdminSettingsSoyInfo.OteStatusSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.AdminSettingsTemplates.OteStatus} instead.static class
AdminSettingsSoyInfo.Param
Deprecated.static class
AdminSettingsSoyInfo.SettingsSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.AdminSettingsTemplates.Settings} instead.static class
AdminSettingsSoyInfo.TemplateName
Deprecated.static class
AdminSettingsSoyInfo.TldSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.AdminSettingsTemplates.Tld} instead.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAMESPACE__
Deprecated.This Soy file's namespace.static AdminSettingsSoyInfo.OteErrorAreaSoyTemplateInfo
OTE_ERROR_AREA
Deprecated.static AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo
OTE_RESULTS_TABLE
Deprecated.static AdminSettingsSoyInfo.OteStatusSoyTemplateInfo
OTE_STATUS
Deprecated.static AdminSettingsSoyInfo.SettingsSoyTemplateInfo
SETTINGS
Deprecated.static AdminSettingsSoyInfo.TldSoyTemplateInfo
TLD
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdminSettingsSoyInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAMESPACE__
public static final java.lang.String __NAMESPACE__
Deprecated.This Soy file's namespace.- See Also:
- Constant Field Values
-
SETTINGS
@Deprecated public static final AdminSettingsSoyInfo.SettingsSoyTemplateInfo SETTINGS
Deprecated.Same as SettingsSoyTemplateInfo.getInstance().
-
TLD
@Deprecated public static final AdminSettingsSoyInfo.TldSoyTemplateInfo TLD
Deprecated.Same as TldSoyTemplateInfo.getInstance().
-
OTE_STATUS
@Deprecated public static final AdminSettingsSoyInfo.OteStatusSoyTemplateInfo OTE_STATUS
Deprecated.Same as OteStatusSoyTemplateInfo.getInstance().
-
OTE_RESULTS_TABLE
@Deprecated public static final AdminSettingsSoyInfo.OteResultsTableSoyTemplateInfo OTE_RESULTS_TABLE
Deprecated.Same as OteResultsTableSoyTemplateInfo.getInstance().
-
OTE_ERROR_AREA
@Deprecated public static final AdminSettingsSoyInfo.OteErrorAreaSoyTemplateInfo OTE_ERROR_AREA
Deprecated.Same as OteErrorAreaSoyTemplateInfo.getInstance().
-
-
Method Detail
-
getInstance
public static AdminSettingsSoyInfo getInstance()
Deprecated.
-
-