public class

ProjectTypesLinkFactory

extends Object
implements WebItemProvider
java.lang.Object
   ↳ com.atlassian.jira.project.ProjectTypesLinkFactory

Class Overview

A factory produces links of project types in the projects dropdown.

Summary

Constants
String ALL
String SELECTED_CATEGORY
String SELECTED_PROJECT_TYPE
Public Constructors
ProjectTypesLinkFactory(VelocityRequestContextFactory velocityRequestContextFactory, BrowseProjectTypeManager browseProjectTypeManager, JiraAuthenticationContext authenticationContext)
Public Methods
Iterable<WebItem> getItems(Map<StringObject> context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.api.provider.WebItemProvider

Constants

public static final String ALL

Constant Value: "all"

public static final String SELECTED_CATEGORY

Constant Value: "selectedCategory"

public static final String SELECTED_PROJECT_TYPE

Constant Value: "selectedProjectType"

Public Constructors

public ProjectTypesLinkFactory (VelocityRequestContextFactory velocityRequestContextFactory, BrowseProjectTypeManager browseProjectTypeManager, JiraAuthenticationContext authenticationContext)

Public Methods

public Iterable<WebItem> getItems (Map<StringObject> context)