Uses of Interface
com.atlassian.jira.projectconfig.util.ProjectConfigRequestCache

Packages that use ProjectConfigRequestCache
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.projectconfig.order   
com.atlassian.jira.projectconfig.servlet   
com.atlassian.jira.projectconfig.util   
 

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

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type ProjectConfigRequestCache
ContextProviderUtils(VelocityRequestContextFactory requestContextFactory, JiraAuthenticationContext authenticationContext, PermissionManager permissionManager, UrlEncoder encoder, ProjectConfigRequestCache cache, ComparatorFactory comparatorFactory)
           
 

Uses of ProjectConfigRequestCache in com.atlassian.jira.projectconfig.order
 

Constructors in com.atlassian.jira.projectconfig.order with parameters of type ProjectConfigRequestCache
DefaultComparatorFactory(ProjectConfigRequestCache cache, JiraAuthenticationContext context)
           
 

Uses of ProjectConfigRequestCache in com.atlassian.jira.projectconfig.servlet
 

Constructors in com.atlassian.jira.projectconfig.servlet with parameters of type ProjectConfigRequestCache
PanelServlet(JiraAuthenticationContext authenticationContext, ProjectConfigTabManager tabManager, ProjectService service, com.atlassian.templaterenderer.TemplateRenderer templateRenderer, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, ApplicationProperties properties, VelocityContextFactory velocityContextFactory, UserProjectHistoryManager userHistoryManager, VelocityRequestContextFactory velocityRequestContextFactory, ProjectConfigRequestCache cache)
           
 

Uses of ProjectConfigRequestCache in com.atlassian.jira.projectconfig.util
 

Classes in com.atlassian.jira.projectconfig.util that implement ProjectConfigRequestCache
 class ServletRequestProjectConfigRequestCache
          Simple implementation of ProjectConfigRequestCache that uses the current ServletRequest to store all the cache's data.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.