Deprecated Methods |
org.mortbay.jetty.servlet.ServletHandler.addFilter(String, String, int)
|
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.jetty.handler.ContextHandler.getHosts()
|
org.mortbay.jetty.servlet.AbstractSessionManager.NullSessionContext.getIds()
From HttpSessionContext |
org.mortbay.jetty.servlet.AbstractSessionManager.getMetaManager()
use AbstractSessionManager.getIdManager() |
org.mortbay.jetty.servlet.AbstractSessionManager.NullSessionContext.getSession(String)
From HttpSessionContext |
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getSessionContext()
|
org.mortbay.jetty.servlet.AbstractSessionManager.Session.getValue(String)
As of Version 2.2, this method is replaced by
AbstractSessionManager.Session.getAttribute(java.lang.String) |
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()
|
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) |
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.handler.ContextHandler.setHosts(String[])
use ContextHandler.setConnectorNames(String[]) |
org.mortbay.jetty.servlet.ServletHandler.setInitializeAtStart(boolean)
|
org.mortbay.jetty.servlet.AbstractSessionManager.setMetaManager(SessionIdManager)
use AbstractSessionManager.setIdManager(SessionIdManager) |