Package google.registry.ui.soy.registrar
Class SecuritySettingsSoyInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyFileInfo
-
- google.registry.ui.soy.registrar.SecuritySettingsSoyInfo
-
@Deprecated @Generated("com.google.template.soy.SoyParseInfoGenerator") public final class SecuritySettingsSoyInfo extends com.google.template.soy.parseinfo.SoyFileInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.SecuritySettingsTemplates} instead.Soy parse info for SecuritySettings.soy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SecuritySettingsSoyInfo.IpSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.SecuritySettingsTemplates.Ip} instead.static class
SecuritySettingsSoyInfo.Param
Deprecated.static class
SecuritySettingsSoyInfo.SettingsSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.SecuritySettingsTemplates.Settings} instead.static class
SecuritySettingsSoyInfo.TemplateName
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAMESPACE__
Deprecated.This Soy file's namespace.static SecuritySettingsSoyInfo.IpSoyTemplateInfo
IP
Deprecated.static SecuritySettingsSoyInfo.SettingsSoyTemplateInfo
SETTINGS
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SecuritySettingsSoyInfo
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 SecuritySettingsSoyInfo.SettingsSoyTemplateInfo SETTINGS
Deprecated.Same as SettingsSoyTemplateInfo.getInstance().
-
IP
@Deprecated public static final SecuritySettingsSoyInfo.IpSoyTemplateInfo IP
Deprecated.Same as IpSoyTemplateInfo.getInstance().
-
-
Method Detail
-
getInstance
public static SecuritySettingsSoyInfo getInstance()
Deprecated.
-
-