Deprecated API


Contents
Deprecated Classes
org.mortbay.html.Element
          Unless somebody steps forward to update and maintain this package 
org.mortbay.html.Page
          Unless somebody steps forward to update and maintain this package 
org.mortbay.html.Text
          all Composites now take Strings direct. 
 

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.SessionManager.getMetaManager()
          use SessionManager.getIdManager() 
org.mortbay.jetty.servlet.AbstractSessionManager.getMetaManager()
          use AbstractSessionManager.getIdManager() 
org.mortbay.util.Scanner.getScanDir()
          use getScanDirs() instead 
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) 
org.mortbay.util.Scanner.setScanDir(File)
          use setScanDirs(List dirs) instead