Package google.registry.ui.soy.registrar
Class ConsoleSoyInfo.MainSoyTemplateInfo
java.lang.Object
com.google.template.soy.parseinfo.SoyTemplateInfo
google.registry.ui.soy.registrar.ConsoleSoyInfo.MainSoyTemplateInfo
- Enclosing class:
ConsoleSoyInfo
@Deprecated
public static final class ConsoleSoyInfo.MainSoyTemplateInfo
extends com.google.template.soy.parseinfo.SoyTemplateInfo
Deprecated.
Use {LINK google.registry.ui.soy.registrar.ConsoleTemplates.Main} instead.
Main registrar page. We use a single page architecture (SPA) so content is
filled in dynamically into reg-app element via JS rendering of Component.soy
and other templates within it.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.template.soy.parseinfo.SoyTemplateInfo
com.google.template.soy.parseinfo.SoyTemplateInfo.ParamRequisiteness
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.This template's full name.static final String
Deprecated.This template's partial name.static final String
Deprecated.All registrar client identifiers for the user.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Registrar client identifier.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Listed by registry.soy.console.googlebar.static final String
Deprecated.Generated URL for logging out of Google.static final String
Deprecated.Name to display for this software product.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Arbitrary username to display.static final String
Deprecated.Security token. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from class com.google.template.soy.parseinfo.SoyTemplateInfo
getName, getParamCount, getParamNames, getParamRequisiteness, getPartialName, getRequiredParamNames, hasParam
-
Field Details
-
__NAME__
Deprecated.This template's full name.- See Also:
-
__PARTIAL_NAME__
Deprecated.This template's partial name.- See Also:
-
XSRF_TOKEN
Deprecated.Security token.- See Also:
-
CLIENT_ID
Deprecated.Registrar client identifier.- See Also:
-
ALL_CLIENT_IDS
Deprecated.All registrar client identifiers for the user.- See Also:
-
IS_ADMIN
Deprecated.- See Also:
-
IS_OWNER
Deprecated.- See Also:
-
USERNAME
Deprecated.Arbitrary username to display.- See Also:
-
LOGOUT_URL
Deprecated.Generated URL for logging out of Google.- See Also:
-
PRODUCT_NAME
Deprecated.Name to display for this software product.- See Also:
-
INTEGRATION_EMAIL
Deprecated.- See Also:
-
SUPPORT_EMAIL
Deprecated.- See Also:
-
ANNOUNCEMENTS_EMAIL
Deprecated.- See Also:
-
SUPPORT_PHONE_NUMBER
Deprecated.- See Also:
-
TECHNICAL_DOCS_URL
Deprecated.- See Also:
-
ENVIRONMENT
Deprecated.- See Also:
-
ANALYTICS_CONFIG
Deprecated.- See Also:
-
INCLUDE_DEPRECATION_WARNING
Deprecated.- See Also:
-
LOGO_FILENAME
Deprecated.Listed by registry.soy.console.googlebar.- See Also:
-
-
Method Details
-
getInstance
Deprecated.
-