Uses of Interface
com.atlassian.jira.plugin.webresource.JiraWebResourceManager

Packages that use JiraWebResourceManager
com.atlassian.jira.ajsmeta   
com.atlassian.jira.plugin.webresource   
com.atlassian.jira.web.action.admin.issuefields.screens   
com.atlassian.jira.web.action.issue   
 

Uses of JiraWebResourceManager in com.atlassian.jira.ajsmeta
 

Constructors in com.atlassian.jira.ajsmeta with parameters of type JiraWebResourceManager
HtmlMetadataManager(JiraWebResourceManager webResourceManager, BuildUtilsInfo buildUtilsInfo, JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, KeyboardShortcutManager keyboardShortcutManager, VelocityRequestContextFactory velocityRequestContextFactory, FeatureManager featureManager, ProductVersionDataBeanProvider productVersionDataBeanProvider, GoogleSiteVerification googleSiteVerification)
           
 

Uses of JiraWebResourceManager in com.atlassian.jira.plugin.webresource
 

Classes in com.atlassian.jira.plugin.webresource that implement JiraWebResourceManager
 class JiraWebResourceManagerImpl
          A simple subclass of WebResourceManagerImpl that allows us to override some of its behaviour
 

Uses of JiraWebResourceManager in com.atlassian.jira.web.action.admin.issuefields.screens
 

Constructors in com.atlassian.jira.web.action.admin.issuefields.screens with parameters of type JiraWebResourceManager
ConfigureFieldScreen(FieldScreenManager fieldScreenManager, ProjectFieldScreenHelper helper, JiraWebResourceManager webResourceManager)
           
 

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

Methods in com.atlassian.jira.web.action.issue with parameters of type JiraWebResourceManager
 void IssueMetadataHelper.putMetadata(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager)
          Insert a given issue's metadata into a WebResourceManager.
 void DefaultIssueMetadataHelper.putMetadata(Issue issue, SearchRequest searchRequest, JiraWebResourceManager webResourceManager)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.