Uses of Interface
com.atlassian.jira.help.HelpUrlsParser

Packages that use HelpUrlsParser
com.atlassian.jira.help   
 

Uses of HelpUrlsParser in com.atlassian.jira.help
 

Classes in com.atlassian.jira.help that implement HelpUrlsParser
 class InitialHelpUrlsParser
          This is the actual HelpUrlsParser in PICO.
 class MockHelpUrlsParser
           
 

Methods in com.atlassian.jira.help that return HelpUrlsParser
 HelpUrlsParser MockHelpUrlsParser.defaultUrl(String url, String title)
           
 HelpUrlsParser HelpUrlsParser.defaultUrl(String url, String title)
          Returns a new parser that will use the passed URL (title) in URLs that don't have a URL (title) set.
 HelpUrlsParser MockHelpUrlsParser.onDemand(boolean onDemand)
           
 HelpUrlsParser HelpUrlsParser.onDemand(boolean onDemand)
          Returns a new parser that will either use or ignore .ondemand properties.
 

Constructors in com.atlassian.jira.help with parameters of type HelpUrlsParser
DefaultHelpUrlsLoader(ResourceBundleLoader loader, JiraAuthenticationContext ctx, FeatureManager featureManager, LocalHelpUrls localHelpUrls, I18nHelper.BeanFactory i18n, HelpUrlsParser parser)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.