|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Classes | |
|---|---|
| com.atlassian.core.filters.AbstractFilter
since 4.0 use AbstractHttpFilter instead, which also does some casting for you. |
|
| com.atlassian.core.util.bean.ImageInfo
Use ImageInfo instead (since 20/08/2008) |
|
| Deprecated Methods | |
|---|---|
| com.atlassian.core.util.FileUtils.copy(InputStream, OutputStream)
since 3.18 use IOUtils.copy(InputStream, OutputStream) |
|
| com.atlassian.core.util.FileUtils.copy(InputStream, OutputStream, int)
since 3.18 use IOUtils.copy(InputStream, OutputStream) |
|
| com.atlassian.core.filters.AbstractFilter.getFilterConfig()
Not needed in final version of Servlet 2.3 API - replaced by init(). |
|
| com.atlassian.core.util.FileUtils.getInputStreamTextContent(InputStream)
since 3.18 use IOUtils.toString(InputStream, String) |
|
| com.atlassian.core.task.AbstractTaskQueue.getQueue()
use getTasks() instead. |
|
| com.atlassian.core.filters.AbstractFilter.setFilterConfig(FilterConfig)
Not needed in final version of Servlet 2.3 API - replaced by init(). |
|
| com.atlassian.core.filters.ServletContextThreadLocal.setRequest(HttpServletRequest)
since 2.16. This method is not longer a part of public API and should not be used from outside of com.atlassian.core.filters package.
The visibility of this method will be changed to package private in the future;
no replacement provided. |
|
| com.atlassian.core.util.FileUtils.shutdownStream(InputStream)
since 3.18 use IOUtils.closeQuietly(OutputStream) |
|
| com.atlassian.core.util.FileUtils.shutdownStream(OutputStream)
since 3.18 use IOUtils.closeQuietly(OutputStream) |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||