com.atlassian.jira.projectconfig.util
Class DefaultTabUrlFactory

java.lang.Object
  extended by com.atlassian.jira.projectconfig.util.DefaultTabUrlFactory
All Implemented Interfaces:
TabUrlFactory

public class DefaultTabUrlFactory
extends Object
implements TabUrlFactory

Simple implementation of the TabUrlFactory.

Since:
v4.4

Constructor Summary
DefaultTabUrlFactory(ContextProviderUtils providerUtils, UrlEncoder encoder)
           
 
Method Summary
 String forComponents()
           
 String forFields()
           
 String forIssueSecurity()
           
 String forIssueTypes()
           
 String forNotifications()
           
 String forPermissions()
           
 String forScreens()
           
 String forSummary()
           
 String forVersions()
           
 String forWorkflows()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTabUrlFactory

public DefaultTabUrlFactory(ContextProviderUtils providerUtils,
                            UrlEncoder encoder)
Method Detail

forSummary

public String forSummary()
Specified by:
forSummary in interface TabUrlFactory

forComponents

public String forComponents()
Specified by:
forComponents in interface TabUrlFactory

forVersions

public String forVersions()
Specified by:
forVersions in interface TabUrlFactory

forIssueSecurity

public String forIssueSecurity()
Specified by:
forIssueSecurity in interface TabUrlFactory

forPermissions

public String forPermissions()
Specified by:
forPermissions in interface TabUrlFactory

forWorkflows

public String forWorkflows()
Specified by:
forWorkflows in interface TabUrlFactory

forFields

public String forFields()
Specified by:
forFields in interface TabUrlFactory

forScreens

public String forScreens()
Specified by:
forScreens in interface TabUrlFactory

forNotifications

public String forNotifications()
Specified by:
forNotifications in interface TabUrlFactory

forIssueTypes

public String forIssueTypes()
Specified by:
forIssueTypes in interface TabUrlFactory


Copyright © 2002-2013 Atlassian. All Rights Reserved.