Method and Description |
---|
org.apache.commons.messagelet.impl.HttpServletResponseImpl.encodeRedirectUrl(String)
As of Version 2.1 of the Java Servlet API, use
encodeRedirectURL() instead. |
org.apache.commons.messagelet.impl.HttpServletResponseImpl.encodeUrl(String)
As of Version 2.1 of the Java Servlet API, use
encodeURL() instead. |
org.apache.commons.messagelet.impl.ServletRequestImpl.getRealPath(String)
As of version 2.1 of the Java Servlet API, use
ServletContext.getRealPath() . |
org.apache.commons.messagelet.impl.HttpSessionImpl.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.
|
org.apache.commons.messagelet.impl.HttpSessionImpl.getValue(String)
As of Version 2.2, this method is replaced by
getAttribute() |
org.apache.commons.messagelet.impl.HttpSessionImpl.getValueNames()
As of Version 2.2, this method is replaced by
getAttributeNames() |
org.apache.commons.messagelet.impl.HttpServletRequestImpl.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use
isRequestedSessionIdFromURL() instead. |
org.apache.commons.messagelet.impl.HttpSessionImpl.putValue(String, Object)
As of Version 2.2, this method is replaced by
setAttribute() |
org.apache.commons.messagelet.impl.HttpSessionImpl.removeValue(String)
As of Version 2.2, this method is replaced by
removeAttribute() |
org.apache.commons.messagelet.impl.HttpServletResponseImpl.setStatus(int, String)
As of Version 2.1 of the Java Servlet API, this method
has been deprecated due to the ambiguous meaning of the message
parameter.
|