Package google.registry.ui.soy.registrar
Class ContactSettingsSoyInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyFileInfo
-
- google.registry.ui.soy.registrar.ContactSettingsSoyInfo
-
@Deprecated @Generated("com.google.template.soy.SoyParseInfoGenerator") public final class ContactSettingsSoyInfo extends com.google.template.soy.parseinfo.SoyFileInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.ContactSettingsTemplates} instead.Soy parse info for ContactSettings.soy.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContactSettingsSoyInfo.ContactInfoCompactSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.ContactSettingsTemplates.ContactInfoCompact} instead.static class
ContactSettingsSoyInfo.ContactInfoSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.ContactSettingsTemplates.ContactInfo} instead.static class
ContactSettingsSoyInfo.ContactSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.ContactSettingsTemplates.Contact} instead.static class
ContactSettingsSoyInfo.IpSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.ContactSettingsTemplates.Ip} instead.static class
ContactSettingsSoyInfo.Param
Deprecated.static class
ContactSettingsSoyInfo.SetSoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.ContactSettingsTemplates.Set} instead.static class
ContactSettingsSoyInfo.TemplateName
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
__NAMESPACE__
Deprecated.This Soy file's namespace.static ContactSettingsSoyInfo.ContactSoyTemplateInfo
CONTACT
Deprecated.static ContactSettingsSoyInfo.ContactInfoSoyTemplateInfo
CONTACT_INFO
Deprecated.static ContactSettingsSoyInfo.ContactInfoCompactSoyTemplateInfo
CONTACT_INFO_COMPACT
Deprecated.static ContactSettingsSoyInfo.IpSoyTemplateInfo
IP
Deprecated.static ContactSettingsSoyInfo.SetSoyTemplateInfo
SET
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ContactSettingsSoyInfo
getInstance()
Deprecated.
-
-
-
Field Detail
-
__NAMESPACE__
public static final java.lang.String __NAMESPACE__
Deprecated.This Soy file's namespace.- See Also:
- Constant Field Values
-
SET
@Deprecated public static final ContactSettingsSoyInfo.SetSoyTemplateInfo SET
Deprecated.Same as SetSoyTemplateInfo.getInstance().
-
CONTACT_INFO_COMPACT
@Deprecated public static final ContactSettingsSoyInfo.ContactInfoCompactSoyTemplateInfo CONTACT_INFO_COMPACT
Deprecated.Same as ContactInfoCompactSoyTemplateInfo.getInstance().
-
CONTACT
@Deprecated public static final ContactSettingsSoyInfo.ContactSoyTemplateInfo CONTACT
Deprecated.Same as ContactSoyTemplateInfo.getInstance().
-
CONTACT_INFO
@Deprecated public static final ContactSettingsSoyInfo.ContactInfoSoyTemplateInfo CONTACT_INFO
Deprecated.Same as ContactInfoSoyTemplateInfo.getInstance().
-
IP
@Deprecated public static final ContactSettingsSoyInfo.IpSoyTemplateInfo IP
Deprecated.Same as IpSoyTemplateInfo.getInstance().
-
-
Method Detail
-
getInstance
public static ContactSettingsSoyInfo getInstance()
Deprecated.
-
-