Deprecated API


Contents
Deprecated Interfaces
com.atlassian.plugin.webresource.WebResourceManager.IncludeMode
          Since 2.2 
 

Deprecated Classes
com.atlassian.plugin.util.LastModifiedHandler
          Since 2.0.0, use LastModifiedHandler 
com.atlassian.plugin.servlet.ResourceUrlParser
          Since 2.2 
 

Deprecated Fields
com.atlassian.plugin.webresource.WebResourceManager.DELAYED_INCLUDE_MODE
          Since 2.2. Use WebResourceManager.requireResource(String, Writer, UrlMode) instead. 
com.atlassian.plugin.webresource.WebResourceManager.INLINE_INCLUDE_MODE
          Since 2.2. Use WebResourceManager.requireResource(String) instead. 
 

Deprecated Methods
com.atlassian.plugin.servlet.ResourceDownloadUtils.addCachingHeaders(HttpServletRequest, HttpServletResponse)
          Please use ResourceDownloadUtils.addPublicCachingHeaders(HttpServletRequest, HttpServletResponse) or ResourceDownloadUtils.addPrivateCachingHeaders(HttpServletRequest, HttpServletResponse) instead. 
com.atlassian.plugin.webresource.WebResourceManager.getRequiredResources()
          As of 2.3.0, replaced by WebResourceManager.getRequiredResources(UrlMode) 
com.atlassian.plugin.webresource.WebResourceManager.getResourceTags(String)
          As of 2.3.0, replaced by WebResourceManager.getResourceTags(String, UrlMode) 
com.atlassian.plugin.webresource.WebResourceManager.getStaticPluginResource(ModuleDescriptor, String)
          As of 2.3.0, replaced by WebResourceManager.getStaticPluginResource(ModuleDescriptor, String, UrlMode) 
com.atlassian.plugin.webresource.WebResourceManager.getStaticPluginResource(String, String)
          As of 2.3.0, replaced by WebResourceManager.getStaticPluginResource(String, String, UrlMode) 
com.atlassian.plugin.webresource.WebResourceManager.getStaticPluginResourcePrefix(ModuleDescriptor, String)
          Use #getStaticPluginResource instead 
com.atlassian.plugin.webresource.WebResourceManagerImpl.getStaticPluginResourcePrefix(ModuleDescriptor, String)
          Use WebResourceManagerImpl.getStaticPluginResource(com.atlassian.plugin.ModuleDescriptor, String) instead 
com.atlassian.plugin.webresource.WebResourceManager.getStaticResourcePrefix()
          As of 2.3.0, replaced by WebResourceManager.getStaticResourcePrefix(UrlMode) 
com.atlassian.plugin.webresource.WebResourceManager.getStaticResourcePrefix(String)
          As of 2.3.0, replaced by WebResourceManager.getStaticResourcePrefix(String, UrlMode) 
com.atlassian.plugin.webresource.WebResourceManager.includeResources(Writer)
          As of 2.3.0, replaced by WebResourceManager.includeResources(Writer, UrlMode) 
com.atlassian.plugin.webresource.WebResourceManager.requireResource(String, Writer)
          As of 2.3.0, replaced by WebResourceManager.requireResource(String, Writer, UrlMode) 
com.atlassian.plugin.servlet.ResourceDownloadUtils.serveFileImpl(HttpServletResponse, InputStream)
          Since 2.0. Use IOUtils.copy(InputStream, OutputStream) instead. The method calling this should be responsible for closing streams and flushing if necessary. 
com.atlassian.plugin.webresource.WebResourceManagerImpl.setIncludeMode(WebResourceManager.IncludeMode)
          Since 2.2. 
com.atlassian.plugin.webresource.WebResourceManager.setIncludeMode(WebResourceManager.IncludeMode)
          Since 2.2. 
 



Copyright © 2010 Atlassian. All Rights Reserved.