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.admin.quicknav   
com.atlassian.jira.gadgets.system   
com.atlassian.jira.issue.util   
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.version   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
com.atlassian.jira.web.component   
com.atlassian.jira.web.component.webfragment   
 

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.admin.quicknav
 

Constructors in com.atlassian.jira.admin.quicknav with parameters of type SimpleLinkManager
WebFragmentsResource(SimpleLinkManager webManager, JiraAuthenticationContext authContext, SimpleLinkAliasProvider keywordsProvider)
           
 

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)
           
 

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)
           
 

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, I18nHelper.BeanFactory i18nBeanFactory, WorkflowManager workflowManager, String issueIdOrKey, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator)
           
IssueResource(JiraAuthenticationContext authContext, I18nHelper.BeanFactory i18nBeanFactory, IssuePickerSearchService service, IssueManager issueManager, IssueService issueService, ApplicationProperties applicationProperties, ProjectManager projectManager, WorkflowManager workflowManager, SimpleLinkManager simpleLinkManager, XsrfTokenGenerator xsrfTokenGenerator, VoteService voteService, WatcherManager watcherManager)
           
 

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.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.issue
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type SimpleLinkManager
IssueNavigator(SearchProvider searchProvider, 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.event.api.EventPublisher eventPublisher)
           
ViewIssue(ThumbnailManager thumbnailManager, SubTaskManager subTaskManager, IssueLinkManager issueLinkManager, com.atlassian.plugin.PluginAccessor pluginAccessor, FieldManager fieldManager, FieldScreenRendererFactory fieldScreenRendererFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CommentManager commentManager, ProjectRoleManager projectRoleManager, CommentService commentService, AttachmentManager attachmentManager, AttachmentService attachmentService, PagerManager pagerManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, SimpleLinkManager simpleLinkManager, AttachmentZipKit attachmentZipKit, NonZipExpandableExtensions nonZipExpandableExtensions, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, PermissionManager permissionManager, ModuleWebComponent moduleWebComponent, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

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, AvatarManager avatarManager, com.atlassian.crowd.embedded.api.CrowdService crowdService)
           
ViewUserHover(UserUtil userUtil, EmailFormatter emailFormatter, SearchService searchService, PermissionManager permissionManager, SimpleLinkManager simpleLinkManager, AvatarManager avatarManager, DateTimeFormatterFactory dateTimeFormatterFactory, TimeZoneService timeZoneService)
           
 

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(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, SimpleLinkManager linkManager, JiraAuthenticationContext jac)
           
WebFragmentWebComponent(JiraWebInterfaceManager webInterfaceManager, com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.