Uses of Interface
com.atlassian.jira.web.util.ExternalLinkUtil

Packages that use ExternalLinkUtil
com.atlassian.jira.appconsistency.db   
com.atlassian.jira.license   
com.atlassian.jira.web.action   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.setup   
com.atlassian.jira.web.action.util   
com.atlassian.jira.web.util   
 

Uses of ExternalLinkUtil in com.atlassian.jira.appconsistency.db
 

Constructors in com.atlassian.jira.appconsistency.db with parameters of type ExternalLinkUtil
PostgresSchemaConfigCheck(ExternalLinkUtil externalLinkUtil)
           
 

Uses of ExternalLinkUtil in com.atlassian.jira.license
 

Constructors in com.atlassian.jira.license with parameters of type ExternalLinkUtil
JiraLicenseManagerImpl(JiraLicenseStore licenseStore, BuildUtilsInfo buildUtilsInfo, com.atlassian.extras.api.LicenseManager licenseManager, ApplicationProperties applicationProperties, ExternalLinkUtil externalLinkUtil, com.atlassian.license.SIDManager sidManager)
           
 

Uses of ExternalLinkUtil in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that return ExternalLinkUtil
static ExternalLinkUtil JiraWebActionSupport.getExternalLinkUtils()
          Deprecated. Use constructor injection to obtain an instance of this class in your actions. If for some reason you are unable to use dependency injection, use ComponentManager.getComponentInstanceOfType(Class)
 

Uses of ExternalLinkUtil in com.atlassian.jira.web.action.admin
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type ExternalLinkUtil
ConfirmInstallationWithLicense(JiraLicenseUpdaterService jiraLicenseService, BuildUtilsInfo buildUtilsInfo, JiraSystemRestarter jiraSystemRestarter, ExternalLinkUtil externalLinkUtil)
           
 

Uses of ExternalLinkUtil in com.atlassian.jira.web.action.setup
 

Constructors in com.atlassian.jira.web.action.setup with parameters of type ExternalLinkUtil
SetupImport(IndexPathManager indexPathManager, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraHome jiraHome, FileFactory fileFactory)
           
 

Uses of ExternalLinkUtil in com.atlassian.jira.web.action.util
 

Constructors in com.atlassian.jira.web.action.util with parameters of type ExternalLinkUtil
ImportAll(IndexPathManager indexPathManager, LicenseJohnsonEventRaiser licenseJohnsonEventRaiser, JiraLicenseService jiraLicenseService, ExternalLinkUtil externalLinkUtil, BuildUtilsInfo buildUtilsInfo, JiraHome jiraHome, FileFactory fileFactory)
           
 

Uses of ExternalLinkUtil in com.atlassian.jira.web.util
 

Classes in com.atlassian.jira.web.util that implement ExternalLinkUtil
 class ExternalLinkUtilImpl
          A simple utility class that lets you resolve external links that may need to change, because of partner sites and such.
 

Methods in com.atlassian.jira.web.util that return ExternalLinkUtil
static ExternalLinkUtil ExternalLinkUtilImpl.getInstance()
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.