Deprecated Methods |
org.mortbay.jetty.servlet.ServletHandler.addFilter(String, String, int)
|
org.mortbay.jetty.handler.rewrite.RewriteHandler.addRewriteRule(String, String)
|
org.mortbay.jetty.handler.rewrite.RuleContainer.addRewriteRule(String, String)
|
org.mortbay.jetty.servlet.ServletHandler.addServlet(String, String)
|
org.mortbay.jetty.webapp.WebAppContext.addWebApplications(HandlerContainer, String, String, boolean, boolean)
use WebAppDeployer or ContextDeployer |
org.mortbay.jetty.webapp.WebAppContext.addWebApplications(HandlerContainer, String, String, String[], boolean, boolean)
use WebAppDeployer or ContextDeployer |
org.mortbay.jetty.webapp.WebAppContext.addWebApplications(Server, String, String, boolean, boolean)
use WebAppDeployer or ContextDeployer |
org.mortbay.jetty.webapp.WebAppContext.addWebApplications(Server, String, String, String[], boolean, boolean)
use WebAppDeployer or ContextDeployer |
org.mortbay.html.Element.attributes(String)
Use attribute(String). |
org.mortbay.cometd.client.BayeuxClient.deliver(Client, Message)
use BayeuxClient.deliver(Client, String, Object, String) |
javax.servlet.http.HttpServletResponse.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.security.SslSelectChannelConnector.getCipherSuites()
As of Java Servlet API 2.0, with no replacement. |
org.mortbay.jetty.handler.ContextHandler.getHosts()
|
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.AbstractSessionManager.NullSessionContext.getIds()
From HttpSessionContext |
org.mortbay.cometd.client.BayeuxClient.getListener()
|
org.mortbay.jetty.SessionManager.getMetaManager()
use SessionManager.getIdManager() |
org.mortbay.jetty.servlet.AbstractSessionManager.getMetaManager()
use AbstractSessionManager.getIdManager() |
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.handler.rewrite.RewriteHandler.getRewrite()
|
org.mortbay.jetty.handler.rewrite.RuleContainer.getRewrite()
|
org.mortbay.util.Scanner.getScanDir()
use getScanDirs() instead |
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 ServletContext . In this version, this method
always returns null and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext class and can perform shared business logic
by invoking methods on common non-servlet classes. |
javax.servlet.ServletContext.getServletNames()
As of Java Servlet API 2.1, with no replacement.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API. |
javax.servlet.ServletContext.getServlets()
As of Java Servlet API 2.0, with no replacement.
This method was originally defined to return an Enumeration
of all the servlets known to this servlet context. In this
version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet 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. |
org.mortbay.jetty.servlet.AbstractSessionManager.NullSessionContext.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() |
org.mortbay.jetty.servlet.ServletHandler.isInitializeAtStart()
|
javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet
API, use HttpServletRequest.isRequestedSessionIdFromURL()
instead. |
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. |
org.mortbay.util.ajax.JSON.parse(InputStream)
use JSON.parse(Reader) |
org.mortbay.util.ajax.JSON.parse(InputStream, boolean)
use JSON.parse(Reader, boolean) |
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.jetty.security.SslSelectChannelConnector.setCipherSuites(String[])
As of Java Servlet API 2.0, with no replacement. |
org.mortbay.jetty.handler.ContextHandler.setHosts(String[])
use ContextHandler.setConnectorNames(String[]) |
org.mortbay.jetty.servlet.ServletHandler.setInitializeAtStart(boolean)
|
org.mortbay.cometd.client.BayeuxClient.setListener(Listener)
|
org.mortbay.jetty.nio.SelectChannelConnector.setLowResourcesMaxIdleTime(long)
use SelectChannelConnector.setLowResourceMaxIdleTime(int) |
org.mortbay.jetty.servlet.AbstractSessionManager.setMetaManager(SessionIdManager)
use AbstractSessionManager.setIdManager(SessionIdManager) |
org.mortbay.jetty.handler.rewrite.RewriteHandler.setRewrite(PathMap)
|
org.mortbay.jetty.handler.rewrite.RuleContainer.setRewrite(PathMap)
|
org.mortbay.util.Scanner.setScanDir(File)
use setScanDirs(List dirs) instead |
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.client.HttpExchange.waitForStatus(int)
|