Uses of Interface
com.atlassian.jira.plugin.webfragment.SimpleLinkManager

Packages that use SimpleLinkManager
com.atlassian.jira.admin   
com.atlassian.jira.admin.contextproviders   
com.atlassian.jira.gadgets.system   
com.atlassian.jira.issue.util   
com.atlassian.jira.plugin.headernav   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.plugin.viewissue.issuelink.rest   
com.atlassian.jira.plugin.webfragment   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.rest.v1.issues   
com.atlassian.jira.rest.v1.menus   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.builder   
com.atlassian.jira.rest.v2.issue.version   
com.atlassian.jira.web.action.admin.user   
com.atlassian.jira.web.action.browser   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
com.atlassian.jira.web.component.webfragment   
com.atlassian.jira.web.sitemesh   
 

Uses of SimpleLinkManager in com.atlassian.jira.admin
 

Constructors in com.atlassian.jira.admin with parameters of type SimpleLinkManager
LegacyAdminLinkFactory(SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.admin.contextproviders
 

Fields in com.atlassian.jira.admin.contextproviders declared as SimpleLinkManager
protected  SimpleLinkManager AdminSummaryPanelContextProvider.linkManager
           
 

Constructors in com.atlassian.jira.admin.contextproviders with parameters of type SimpleLinkManager
AdminSummaryPanelContextProvider(VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager, JiraAuthenticationContext authenticationContext)
           
OptionPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager)
           
PluginPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager)
           
ProjectPanelContextProvider(UserProjectHistoryManager userProjectHistoryManager, JiraAuthenticationContext authenticationContext, ProjectService projectManager, VelocityRequestContextFactory requestContextFactory, SearchProvider searchProvider, SimpleLinkManager linkManager, AvatarManager avatarManager)
           
SystemPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager)
           
UserPanelContextProvider(JiraAuthenticationContext authenticationContext, VelocityRequestContextFactory requestContextFactory, SimpleLinkManager linkManager, GroupManager groupManager, UserUtil userUtil, ProjectRoleManager projectRoleManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.gadgets.system
 

Constructors in com.atlassian.jira.gadgets.system with parameters of type SimpleLinkManager
ProjectGadgetResource(JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, ProjectManager projectManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ConstantsManager constantsManager, SearchService searchService, SimpleLinkManager simpleLinkManager, ProjectDescriptionRenderer projectDescriptionRenderer)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.issue.util
 

Constructors in com.atlassian.jira.issue.util with parameters of type SimpleLinkManager
IssueOperationsBarUtil(JiraHelper helper, com.atlassian.crowd.embedded.api.User user, SimpleLinkManager simpleLinkManager, ApplicationProperties applicationProperties, IssueManager issueManager, I18nHelper i18n)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.plugin.headernav
 

Constructors in com.atlassian.jira.plugin.headernav with parameters of type SimpleLinkManager
AdminMenuContextProvider(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext)
           
CreateMenuContextProvider(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext)
           
HelpMenuContextProvider(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext)
           
MainHeaderLinksContextProvider(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.plugin.projectpanel.fragment.impl
 

Constructors in com.atlassian.jira.plugin.projectpanel.fragment.impl with parameters of type SimpleLinkManager
IssueFiltersFragment(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.plugin.viewissue.issuelink.rest
 

Constructors in com.atlassian.jira.plugin.viewissue.issuelink.rest with parameters of type SimpleLinkManager
RemoteIssueLinkResource(JiraAuthenticationContext jiraAuthenticationContext, SimpleLinkManager simpleLinkManager, RemoteIssueLinkService remoteIssueLinkService, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.plugin.webfragment
 

Classes in com.atlassian.jira.plugin.webfragment that implement SimpleLinkManager
 class DefaultSimpleLinkManager
          Default implementation of the SimpleLinkManager This actually uses combines SimpleLinkFactory lists with WebItemModuleDescriptor links and WebSectionModuleDescriptor sections, respecting weights.
 

Uses of SimpleLinkManager in com.atlassian.jira.projectconfig.contextproviders
 

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type SimpleLinkManager
AdminContextProvider(JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v1.issues
 

Constructors in com.atlassian.jira.rest.v1.issues with parameters of type SimpleLinkManager
IssueActionsAndOperationsResource(JiraAuthenticationContext authContext, IssueManager issueManager, ContextI18n i18n, WorkflowManager workflowManager, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, IssueWorkflowManager issueWorkflowManager)
           
IssueResource(JiraAuthenticationContext authContext, ContextI18n i18n, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager, IssueWorkflowManager issueWorkflowManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v1.menus
 

Constructors in com.atlassian.jira.rest.v1.menus with parameters of type SimpleLinkManager
MenuResource(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authenticationContext, UserProjectHistoryManager userProjectHistoryManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type SimpleLinkManager
OpsbarBeanBuilder(Issue issue, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, JiraAuthenticationContext authContext, ContextI18n i18n, IssueManager issueManager, com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v2.issue.builder
 

Constructors in com.atlassian.jira.rest.v2.issue.builder with parameters of type SimpleLinkManager
BeanBuilderFactoryImpl(UserManager userManager, ThumbnailManager thumbnailManager, VersionBeanFactory versionBeanFactory, ProjectBeanFactory projectBeanFactory, FieldLayoutManager fieldLayoutManager, JiraAuthenticationContext authContext, FieldManager fieldManager, ResourceUriBuilder uriBuilder, ContextUriInfo contextUriInfo, VelocityRequestContextFactory velocityRequestContextFactory, ProjectManager projectManager, ProjectRoleManager projectRoleManager, ConstantsService constantsService, IssueTypeSchemeManager issueTypeSchemeManager, PermissionManager permissionManager, FieldScreenRendererFactory fieldScreenRendererFactory, IssueManager issueManager, JiraBaseUrls baseUrls, IssueLinksBeanBuilderFactory issueLinkBeanBuilderFactory, IssueWorkflowManager issueWorkflowManager, WorkflowManager workflowManager, StatusManager statusManager, IssueFactory issueFactory, ChangeHistoryManager changeHistoryManager, ApplicationProperties applicationProperties, SimpleLinkManager simpleLinkManager, ContextI18n i18nHelper, com.atlassian.plugin.PluginAccessor pluginAccessor, ShareTypeFactory shareTypeFactory, JqlStringSupport jqlStringSupport)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.rest.v2.issue.version
 

Constructors in com.atlassian.jira.rest.v2.issue.version with parameters of type SimpleLinkManager
VersionBeanFactoryImpl(VersionService versionService, javax.ws.rs.core.UriInfo info, DateFieldFormat dateFieldFormat, JiraAuthenticationContext authContext, SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.action.admin.user
 

Constructors in com.atlassian.jira.web.action.admin.user with parameters of type SimpleLinkManager
UserBrowser(UserUtil userUtil, com.atlassian.crowd.embedded.api.CrowdService crowdService, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, UserManager userManager, AvatarService avatarService, SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.action.browser
 

Constructors in com.atlassian.jira.web.action.browser with parameters of type SimpleLinkManager
BrowseProject(ProjectManager projectManager, PermissionManager permissionManager, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, PopularIssueTypesUtil popularIssueTypesUtil, UserProjectHistoryManager projectHistoryManager, SimpleLinkManager simpleLinkManager)
           
BrowseProjects(com.atlassian.plugin.webresource.WebResourceManager webResourceManager, UserProjectHistoryManager projectHistoryManager, ProjectManager projectManager, PermissionManager permissionManager, FeatureManager featureManager, SimpleLinkManager simpleLinkManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.action.issue
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type SimpleLinkManager
IssueNavigator(JiraAuthenticationContext authContext, ColumnLayoutManager columnLayoutManager, IssueSearcherManager issueSearcherManager, SearchRequestFactory searchRequestFactory, SearchRequestService searchRequestService, TableLayoutFactory tableLayoutFactory, CommentManager commentManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PagerManager pagerManager, SearchService searchService, ApplicationProperties applicationProperties, IndexLifecycleManager indexLifecycleManager, AutoCompleteJsonGenerator autoCompleteJsonGenerator, SearchSortUtil searchSortUtil, JqlStringSupport jqlStringSupport, UserQueryHistoryManager userQueryHistoryManager, SimpleLinkManager simpleLinkManager, IssueSearchLimits issueSearchLimits, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher, SearchActionHelper actionHelper, IssueNavigatorSearchResultsHelper searchResultsHelper)
           
ViewIssue(SubTaskManager subTaskManager, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CommentManager commentManager, ProjectRoleManager projectRoleManager, CommentService commentService, PagerManager pagerManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, SimpleLinkManager simpleLinkManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, PermissionManager permissionManager, ModuleWebComponent moduleWebComponent, UserUtil userUtil, FeatureManager featureManager, AvatarService avatarService, com.atlassian.event.api.EventPublisher eventPublisher, ApplicationProperties applicationProperties, UserPickerSearchService userPickerSearchService)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type SimpleLinkManager
ViewProfile(SimpleLinkManager SimpleLinkManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.crowd.embedded.api.CrowdService crowdService, UserPropertyManager userPropertyManager, AvatarService avatarService, UserHistoryManager userHistoryManager)
           
ViewUserHover(UserUtil userUtil, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, DateTimeFormatterFactory dateTimeFormatterFactory, TimeZoneService timeZoneService, UserPropertyManager userPropertyManager, AvatarService avatarService)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.component
 

Constructors in com.atlassian.jira.web.component with parameters of type SimpleLinkManager
ModuleWebComponentImpl(SimpleLinkManager simpleLinkManager, JiraAuthenticationContext jiraAuthenticationContext, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.component.webfragment
 

Constructors in com.atlassian.jira.web.component.webfragment with parameters of type SimpleLinkManager
AdminTabsWebComponent(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, SimpleLinkManager linkManager, JiraAuthenticationContext jac)
           
WebFragmentWebComponent(JiraWebInterfaceManager webInterfaceManager, VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
           
 

Uses of SimpleLinkManager in com.atlassian.jira.web.sitemesh
 

Constructors in com.atlassian.jira.web.sitemesh with parameters of type SimpleLinkManager
AdminDecoratorHelper(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, ProjectService projectService, JiraAuthenticationContext authenticationContext, ComponentFactory componentFactory, FeatureManager featureManager, SimpleLinkManager linkManager, SoyTemplateRendererProvider soyTemplateRendererProvider, CurrentHeader currentHeader)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.