Deprecated Methods |
org.apache.tomcat.util.digester.Rule.begin(Attributes)
Use the begin
method with namespace and name
parameters instead. |
org.apache.tomcat.util.digester.Rule.body(String)
Use the body method
with namespace and name parameters
instead. |
org.apache.catalina.connector.Response.encodeRedirectUrl(String)
As of Version 2.1 of the Java Servlet API, use
encodeRedirectURL() instead. |
org.apache.catalina.core.DummyResponse.encodeRedirectUrl(String)
|
org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper.encodeRedirectUrl(String)
|
org.apache.catalina.connector.Response.encodeUrl(String)
As of Version 2.1 of the Java Servlet API, use
encodeURL() instead. |
org.apache.catalina.core.DummyResponse.encodeUrl(String)
|
org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper.encodeUrl(String)
|
org.apache.tomcat.util.digester.Rule.end()
Use the end method with
namespace and name parameters instead. |
org.apache.catalina.startup.ExpandWar.expand(InputStream, File, String)
|
org.apache.el.parser.SimpleCharStream.getColumn()
|
org.apache.jasper.runtime.PageContextImpl.getExpressionEvaluator()
|
org.apache.jasper.runtime.JspContextWrapper.getExpressionEvaluator()
|
org.apache.el.parser.SimpleCharStream.getLine()
|
org.apache.tomcat.util.bcel.classfile.LocalVariableTable.getLocalVariable(int)
since 5.2 because multiple variables can share the
same slot, use getLocalVariable(int index, int pc) instead. |
org.apache.catalina.ha.tcp.SimpleTcpCluster.getManagerClassName()
use getManagerTemplate().getClass().getName() instead. |
org.apache.catalina.tribes.membership.McastService.getMcastAddr()
use getAddress |
org.apache.catalina.tribes.membership.McastService.getMcastBindAddress()
use getBind |
org.apache.catalina.tribes.membership.McastService.getMcastDropTime()
use getDropTime |
org.apache.catalina.tribes.membership.McastService.getMcastFrequency()
use getFrequency |
org.apache.catalina.tribes.membership.McastService.getMcastPort()
use getPort() |
org.apache.catalina.tribes.membership.McastService.getMcastSoTimeout()
use getSoTimeout |
org.apache.catalina.tribes.membership.McastService.getMcastTTL()
use getTtl |
org.apache.catalina.Cluster.getProtocol()
|
org.apache.catalina.connector.Request.getRealPath(String)
As of version 2.1 of the Java Servlet API, use
ServletContext.getRealPath() . |
org.apache.catalina.core.DummyRequest.getRealPath(String)
|
org.apache.catalina.core.ApplicationContextFacade.getServlet(String)
|
org.apache.catalina.core.ApplicationContext.getServlet(String)
As of Java Servlet API 2.1, with no direct replacement. |
org.apache.jasper.servlet.JspCServletContext.getServlet(String)
This method has been deprecated with no replacement |
org.apache.catalina.core.ApplicationContextFacade.getServletNames()
|
org.apache.catalina.core.ApplicationContext.getServletNames()
As of Java Servlet API 2.1, with no direct replacement. |
org.apache.jasper.servlet.JspCServletContext.getServletNames()
This method has been deprecated with no replacement |
org.apache.catalina.core.ApplicationContextFacade.getServlets()
|
org.apache.catalina.core.ApplicationContext.getServlets()
As of Java Servlet API 2.1, with no direct replacement. |
org.apache.jasper.servlet.JspCServletContext.getServlets()
This method has been deprecated with no replacement |
org.apache.catalina.session.StandardSessionFacade.getSessionContext()
|
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.tribes.transport.ReceiverBase.getTcpListenAddress()
use getAddress |
org.apache.catalina.tribes.transport.ReceiverBase.getTcpListenPort()
use getPort |
org.apache.catalina.tribes.transport.ReceiverBase.getTcpSelectorTimeout()
use getSelectorTimeout |
org.apache.catalina.tribes.transport.ReceiverBase.getTcpThreadCount()
use getMinThreads()/getMaxThreads() |
org.apache.catalina.session.StandardSessionFacade.getValue(String)
|
org.apache.catalina.session.StandardSession.getValue(String)
As of Version 2.2, this method is replaced by
getAttribute() |
org.apache.catalina.session.StandardSessionFacade.getValueNames()
|
org.apache.catalina.session.StandardSession.getValueNames()
As of Version 2.2, this method is replaced by
getAttributeNames() |
org.apache.jasper.runtime.PageContextImpl.getVariableResolver()
|
org.apache.jasper.runtime.JspContextWrapper.getVariableResolver()
|
org.apache.catalina.connector.Request.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use
isRequestedSessionIdFromURL() instead. |
org.apache.catalina.core.DummyRequest.isRequestedSessionIdFromUrl()
|
org.apache.catalina.core.ApplicationContextFacade.log(Exception, String)
|
org.apache.catalina.core.ApplicationContext.log(Exception, String)
As of Java Servlet API 2.1, use
log(String, Throwable) instead |
org.apache.jasper.servlet.JspCServletContext.log(Exception, String)
Use log(String,Throwable) instead |
org.apache.catalina.session.StandardSessionFacade.putValue(String, Object)
|
org.apache.catalina.session.StandardSession.putValue(String, Object)
As of Version 2.2, this method is replaced by
setAttribute() |
org.apache.catalina.session.StandardSessionFacade.removeValue(String)
|
org.apache.catalina.session.StandardSession.removeValue(String)
As of Version 2.2, this method is replaced by
removeAttribute() |
org.apache.jasper.runtime.ProtectedFunctionMapper.resolveFunction(String, String)
|
org.apache.jasper.runtime.JspContextWrapper.resolveVariable(String)
|
org.apache.catalina.realm.JAASRealm.setAppName(String)
JAAS should use the Engine (domain) name and webpp/host overrides |
org.apache.naming.resources.ResourceAttributes.setLastModified(Date)
|
org.apache.catalina.ha.tcp.SimpleTcpCluster.setManagerClassName(String)
use nested <Manager> element inside the cluster config instead. |
org.apache.catalina.tribes.membership.McastService.setMcastAddr(String)
use setAddress |
org.apache.catalina.tribes.membership.McastService.setMcastFrequency(long)
use setFrequency |
org.apache.catalina.tribes.membership.McastService.setMcastPort(int)
use setPort |
org.apache.catalina.tribes.membership.McastService.setMcastSoTimeout(int)
use setSoTimeout |
org.apache.catalina.tribes.membership.McastService.setMcastTTL(int)
use setTtl |
org.apache.catalina.Cluster.setProtocol(String)
|
org.apache.catalina.connector.Response.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. |
org.apache.catalina.core.DummyResponse.setStatus(int, String)
|
org.apache.catalina.tribes.transport.ReceiverBase.setTcpListenAddress(String)
use setAddress |
org.apache.catalina.tribes.transport.ReceiverBase.setTcpListenPort(int)
use setPort |
org.apache.catalina.tribes.transport.ReceiverBase.setTcpSelectorTimeout(long)
use setSelectorTimeout |
org.apache.catalina.tribes.transport.ReceiverBase.setTcpThreadCount(int)
use setMaxThreads/setMinThreads |
org.apache.catalina.tribes.io.XByteBuffer.toBytes(boolean)
use toBytes(boolean,byte[],int) |
org.apache.catalina.tribes.io.XByteBuffer.toBytes(int)
use toBytes(int,byte[],int) |
org.apache.catalina.tribes.io.XByteBuffer.toBytes(long)
use toBytes(long,byte[],int) |