Package google.registry.ui.soy.registrar
Class RegistryLockVerificationSoyInfo.SuccessSoyTemplateInfo
- java.lang.Object
-
- com.google.template.soy.parseinfo.SoyTemplateInfo
-
- google.registry.ui.soy.registrar.RegistryLockVerificationSoyInfo.SuccessSoyTemplateInfo
-
- Enclosing class:
- RegistryLockVerificationSoyInfo
@Deprecated public static final class RegistryLockVerificationSoyInfo.SuccessSoyTemplateInfo extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.Use {LINK google.registry.ui.soy.registrar.RegistryLockVerificationTemplates.Success} instead.Result page for a successful lock / unlock.
-
-
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
DOMAIN_NAME
Deprecated.static java.lang.String
IS_LOCK
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RegistryLockVerificationSoyInfo.SuccessSoyTemplateInfo
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
-
IS_LOCK
public static final java.lang.String IS_LOCK
Deprecated.- See Also:
- Constant Field Values
-
DOMAIN_NAME
public static final java.lang.String DOMAIN_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static RegistryLockVerificationSoyInfo.SuccessSoyTemplateInfo getInstance()
Deprecated.
-
-