|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
org.mortbay.util.Primitive
Use TypeUtil |
|
org.mortbay.html.Text
all Composites now take Strings direct. |
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 Fields | |
javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_TAG
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN. |
Deprecated Methods | |
org.mortbay.http.HttpServer.addHostAlias(String, String)
Use HttpContext.addVirtualHost |
|
org.mortbay.jetty.Server.addWebApplication(String, String, String, boolean)
use addWebApplicaton(host,path,webapp) |
|
org.mortbay.jetty.Server.addWebApplication(String, String, String, String, boolean)
use addWebApplicaton(host,path,webapp) |
|
org.mortbay.html.Element.attributes(String)
Use attribute(String). |
|
javax.servlet.http.HttpServletResponse.encodeRedirectUrl(String)
As of version 2.1, use encodeRedirectURL(String url) instead |
|
org.mortbay.jetty.servlet.ServletHttpResponse.encodeRedirectUrl(String)
As of version 2.1, use encodeRedirectURL(String url) instead |
|
javax.servlet.http.HttpServletResponse.encodeUrl(String)
As of version 2.1, use encodeURL(String url) instead |
|
org.mortbay.jetty.servlet.ServletHttpResponse.encodeUrl(String)
As of version 2.1, use encodeURL(String url) instead |
|
org.mortbay.http.HttpServer.getHttpServerList()
User getHttpServers() |
|
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. |
|
org.mortbay.jetty.servlet.SessionContext.getIds()
From HttpSessionContext |
|
org.mortbay.util.OutputStreamLogSink.getLogTimezone()
Use getLogTimeZone() |
|
javax.servlet.ServletRequest.getRealPath(String)
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead. |
|
org.mortbay.jetty.servlet.ServletHttpRequest.getRealPath(String)
As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead. |
|
org.mortbay.http.HttpResponse.getRequest()
use getHttpRequest() |
|
org.mortbay.http.HttpRequest.getResponse()
use getHttpResponse() |
|
javax.servlet.UnavailableException.getServlet()
As of Java Servlet API 2.2, with no replacement. Returns the servlet that is reporting its unavailability. |
|
javax.servlet.ServletContext.getServlet(String)
As of Java Servlet API 2.1, with no direct replacement. This method was originally defined to retrieve a servlet
from a In lieu of this method, servlets can share information using the
|
|
javax.servlet.ServletContext.getServletNames()
As of Java Servlet API 2.1, with no replacement. This method was originally defined to return an
|
|
javax.servlet.ServletContext.getServlets()
As of Java Servlet API 2.0, with no replacement. This method was originally defined to return an |
|
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. |
|
org.mortbay.jetty.servlet.SessionContext.getSession(String)
From HttpSessionContext |
|
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. |
|
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getSessionContext()
|
|
javax.servlet.http.HttpSession.getValue(String)
As of Version 2.2, this method is replaced by HttpSession.getAttribute(java.lang.String) . |
|
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getValue(String)
As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttribute(java.lang.String) |
|
javax.servlet.http.HttpSession.getValueNames()
As of Version 2.2, this method is replaced by HttpSession.getAttributeNames() |
|
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getValueNames()
As of Version 2.2, this method is replaced by AbstractSessionManager.Session.getAttributeNames() |
|
javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL()
instead. |
|
org.mortbay.jetty.servlet.ServletHttpRequest.isRequestedSessionIdFromUrl()
|
|
javax.servlet.ServletContext.log(Exception, String)
As of Java Servlet API 2.1, use ServletContext.log(String message, Throwable throwable)
instead.
This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file. |
|
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) |
|
org.mortbay.jetty.servlet.AbstractSessionManager.Session.putValue(String, Object)
As of Version 2.2, this method is replaced by AbstractSessionManager.Session.setAttribute(java.lang.String, java.lang.Object) |
|
javax.servlet.http.HttpSession.removeValue(String)
As of Version 2.2, this method is replaced by HttpSession.removeAttribute(java.lang.String) |
|
org.mortbay.jetty.servlet.AbstractSessionManager.Session.removeValue(String)
As of Version 2.2, this method is replaced by AbstractSessionManager.Session.removeAttribute(java.lang.String) |
|
org.mortbay.html.Applet.setAlternate(Element)
use add |
|
org.mortbay.html.Applet.setAlternate(String)
use add |
|
org.mortbay.html.Table.setCellNestingFactory(CompositeFactory)
Use setNestingFactory or setThreadNestingFactory |
|
org.mortbay.http.HttpServer.setChunkingForced(boolean)
|
|
org.mortbay.jetty.servlet.ServletHandler.setDynamicInitParams(Map)
Use org.mortbay.jetty.servlet.Invoker |
|
org.mortbay.jetty.servlet.ServletHttpContext.setDynamicServletPathSpec(String)
Use org.mortbay.jetty.servlet.Invoker |
|
org.mortbay.jetty.servlet.ServletHandler.setDynamicServletPathSpec(String)
Use org.mortbay.jetty.servlet.Invoker |
|
org.mortbay.util.OutputStreamLogSink.setLogTimezone(String)
Use setLogTimeZone(String) |
|
org.mortbay.util.ThreadedServer.setMaxReadTimeMs(int)
maxIdleTime is used instead. |
|
org.mortbay.util.ThreadPool.setMaxStopTimeMs(int)
maxIdleTime is used instead. |
|
org.mortbay.jetty.servlet.ServletHandler.setServeDynamicSystemServlets(boolean)
Use org.mortbay.jetty.servlet.Invoker |
|
javax.servlet.http.HttpServletResponseWrapper.setStatus(int, String)
As of version 2.1 of the Servlet spec. 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. |
|
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. |
|
org.mortbay.jetty.servlet.ServletHttpResponse.setStatus(int, String)
As of version 2.1 of the Servlet spec. 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. |
Deprecated Constructors | |
org.mortbay.http.HttpTunnel(Socket)
Use version with timeout |
|
javax.servlet.UnavailableException(int, Servlet, String)
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String, int) instead. |
|
javax.servlet.UnavailableException(Servlet, String)
As of Java Servlet API 2.2, use UnavailableException.UnavailableException(String) instead. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |