Deprecated Methods |
org.apache.catalina.util.CookieTools.getCookieHeaderValue(Cookie)
Use StringBuffer version |
org.apache.catalina.core.ApplicationContext.getServlet(String)
As of Java Servlet API 2.1, with no direct replacement. |
org.apache.catalina.core.ApplicationContext.getServletNames()
As of Java Servlet API 2.1, with no direct replacement. |
org.apache.catalina.core.ApplicationContext.getServlets()
As of Java Servlet API 2.1, with no direct replacement. |
org.apache.catalina.session.StandardSession.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.catalina.session.StandardSession.getValue(String)
As of Version 2.2, this method is replaced by
getAttribute() |
org.apache.catalina.session.StandardSession.getValueNames()
As of Version 2.2, this method is replaced by
getAttributeNames() |
org.apache.catalina.core.ApplicationContext.log(Exception, String)
As of Java Servlet API 2.1, use
log(String, Throwable) instead |
org.apache.catalina.session.ManagerBase.log(String)
|
org.apache.catalina.session.ManagerBase.log(String, Throwable)
|
org.apache.catalina.session.StandardSession.putValue(String, Object)
As of Version 2.2, this method is replaced by
setAttribute() |
org.apache.catalina.session.StandardSession.removeValue(String)
As of Version 2.2, this method is replaced by
removeAttribute() |
org.apache.catalina.realm.JAASRealm.setAppName(String)
JAAS should use the Engine ( domain ) name and webpp/host overrides |
org.apache.catalina.startup.Catalina.setCatalinaBase()
Use initDirs() |
org.apache.catalina.startup.Catalina.setCatalinaHome()
Use initDirs() |
org.apache.naming.resources.ResourceAttributes.setLastModified(Date)
|