|
|||||||||
| Home >> All >> javax >> servlet >> [ http overview ] | PREV NEXT | ||||||||
Deprecated API
| Deprecated Classes | |
| javax.servlet.http.HttpUtils
As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been moved to the request interfaces. |
|
| Deprecated Interfaces | |
| javax.servlet.http.HttpSessionContext
As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API. |
|
| Deprecated Methods | |
| javax.servlet.http.NoBodyResponse.encodeRedirectUrl(String)
As of Version 2.1, replaced by HttpServletResponse.encodeRedirectURL(java.lang.String) 55 . |
|
| javax.servlet.http.HttpServletResponse.encodeRedirectUrl(String)
As of version 2.1, use encodeRedirectURL(String url) instead |
|
| javax.servlet.http.NoBodyResponse.encodeUrl(String)
As of Version 2.1, replaced by HttpServletResponse.encodeURL(java.lang.String) 55 . |
|
| javax.servlet.http.HttpServletResponse.encodeUrl(String)
As of version 2.1, use encodeURL(String url) instead |
|
| javax.servlet.http.HttpSessionContext.getIds()
As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed
in a future version of this API. |
|
| javax.servlet.http.HttpSessionContext.getSession(String)
As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API. |
|
| javax.servlet.http.HttpSession.getSessionContext()
As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API. |
|
| javax.servlet.http.HttpSession.getValue(String)
As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String) 55 . |
|
| javax.servlet.http.HttpSession.getValueNames()
As of Version 2.2, this method is replaced by HttpSession.getAttributeNames() 55 |
|
| javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() 55
instead. |
|
| javax.servlet.http.HttpSession.putValue(String, Object)
As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object) 55 |
|
| javax.servlet.http.HttpSession.removeValue(String)
As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String) 55 |
|
| javax.servlet.http.NoBodyResponse.setStatus(int, String)
|
|
| javax.servlet.http.HttpServletResponse.setStatus(int, String)
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description
use sendError(int, String).
Sets the status code and message for this response. |
|
|
|||||||||
| Home >> All >> javax >> servlet >> [ http overview ] | PREV NEXT | ||||||||