Package google.registry.ui.soy.registrar
Class RegistrarCreateConsoleSoyInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyFileInfo
-
- google.registry.ui.soy.registrar.RegistrarCreateConsoleSoyInfo
-
@Deprecated @Generated("com.google.template.soy.SoyParseInfoGenerator") public final class RegistrarCreateConsoleSoyInfo extends com.google.template.soy.parseinfo.SoyFileInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.RegistrarCreateConsoleTemplates} instead.Soy parse info for RegistrarCreateConsole.soy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegistrarCreateConsoleSoyInfo.FormPageSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.RegistrarCreateConsoleTemplates.FormPage} instead.static class
RegistrarCreateConsoleSoyInfo.Param
Deprecated.static class
RegistrarCreateConsoleSoyInfo.ResultSuccessSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.RegistrarCreateConsoleTemplates.ResultSuccess} instead.static class
RegistrarCreateConsoleSoyInfo.TemplateName
Deprecated.static class
RegistrarCreateConsoleSoyInfo.WhoareyouSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.RegistrarCreateConsoleTemplates.Whoareyou} instead.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAMESPACE__
Deprecated.This Soy file's namespace.static RegistrarCreateConsoleSoyInfo.FormPageSoyTemplateInfo
FORM_PAGE
Deprecated.static RegistrarCreateConsoleSoyInfo.ResultSuccessSoyTemplateInfo
RESULT_SUCCESS
Deprecated.static RegistrarCreateConsoleSoyInfo.WhoareyouSoyTemplateInfo
WHOAREYOU
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RegistrarCreateConsoleSoyInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAMESPACE__
public static final java.lang.String __NAMESPACE__
Deprecated.This Soy file's namespace.- See Also:
- Constant Field Values
-
FORM_PAGE
@Deprecated public static final RegistrarCreateConsoleSoyInfo.FormPageSoyTemplateInfo FORM_PAGE
Deprecated.Same as FormPageSoyTemplateInfo.getInstance().
-
RESULT_SUCCESS
@Deprecated public static final RegistrarCreateConsoleSoyInfo.ResultSuccessSoyTemplateInfo RESULT_SUCCESS
Deprecated.Same as ResultSuccessSoyTemplateInfo.getInstance().
-
WHOAREYOU
@Deprecated public static final RegistrarCreateConsoleSoyInfo.WhoareyouSoyTemplateInfo WHOAREYOU
Deprecated.Same as WhoareyouSoyTemplateInfo.getInstance().
-
-
Method Detail
-
getInstance
public static RegistrarCreateConsoleSoyInfo getInstance()
Deprecated.
-
-