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 #writeResourceTags(String, Writer) 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.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.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.WebResourceManager.setIncludeMode(WebResourceManager.IncludeMode)
          Since 2.2. 
com.atlassian.plugin.webresource.WebResourceManagerImpl.setIncludeMode(WebResourceManager.IncludeMode)
          Since 2.2. 
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.