Deprecated Methods |
com.mortbay.Util.ThreadedServer.address()
Use getInetAddress() |
com.mortbay.HTML.Element.attributes(String)
Use attribute(String). |
com.mortbay.HTTP.HttpServer.close()
Use stop |
com.mortbay.HTTP.HttpResponse.encodeRedirectUrl(String)
|
com.mortbay.HTTP.HttpResponse.encodeUrl(String)
|
com.mortbay.HTTP.HttpConfiguration.getAttribute(String)
Use getProperty |
com.mortbay.HTTP.Configure.BaseConfiguration.getAttribute(String)
Use getProperty |
com.mortbay.HTTP.HttpResponse.getCookies()
Use addCookie() |
com.mortbay.HTTP.SessionContext.getIds()
|
com.mortbay.HTTP.PathMap.getLongestMatch(String)
use match |
com.mortbay.HTTP.HttpRequest.getParameter(String)
use getParameterValues |
com.mortbay.HTTP.HttpRequest.getRealPath(String)
|
com.mortbay.HTTP.HttpServer.getServlet(String)
|
com.mortbay.HTTP.Handler.ServletContextWrapper.getServlet(String)
|
com.mortbay.HTTP.HttpServer.getServletNames()
|
com.mortbay.HTTP.Handler.ServletContextWrapper.getServletNames()
|
com.mortbay.HTTP.HttpServer.getServlets()
Use getServletNames & getServlet |
com.mortbay.HTTP.Handler.ServletContextWrapper.getServlets()
Use getServletNames & getServlet |
com.mortbay.HTTP.SessionContext.getSession(String)
|
com.mortbay.HTTP.HttpRequest.isRequestedSessionIdFromUrl()
|
com.mortbay.HTTP.HttpServer.log(Exception, String)
|
com.mortbay.HTTP.Handler.ServletContextWrapper.log(Exception, String)
|
com.mortbay.HTTP.PathMap.longestMatch(String)
use matchSpec |
com.mortbay.Util.URI.parameters()
use getParameters |
com.mortbay.Util.URI.path()
Use getPath |
com.mortbay.Util.URI.path(String)
Use setPath |
com.mortbay.Util.ThreadedServer.port()
Use getPort() |
com.mortbay.Util.URI.query()
Use getQuery |
com.mortbay.Util.URI.queryContent()
use getParameters |
com.mortbay.HTML.Applet.setAlternate(Element)
use add |
com.mortbay.HTML.Applet.setAlternate(String)
use add |
com.mortbay.HTML.Table.setCellNestingFactory(CompositeFactory)
Use setNestingFactory or setThreadNestingFactory |
com.mortbay.HTTP.HttpResponse.setStatus(int, String)
|
com.mortbay.Jetty.Server.shutdown()
Use stopAll. |
com.mortbay.JDBC.Clause.where(String, Table, Column, Object)
Use where(lhsTable,lhsColumn,operator,value); |
com.mortbay.JDBC.Clause.where(String, Table, Column, Table, Column)
Use where(lhsTable,lhsColumn,operator,rhsTable,rhsColumn); |