Deprecated API

Deprecated Classes
org.mortbay.util.FileLogSink
          Use WriterLogSink 
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 Methods
org.mortbay.http.handler.SecurityHandler.addUser(String, String)
          use HttpServer.addRealm() 
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.ServletResponse.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.ServletResponse.encodeUrl(String)
          As of version 2.1, use encodeURL(String url) instead 
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.Context.getIds()
          From HttpSessionContext 
org.mortbay.http.HandlerContext.getLogSink()
          use HttpServer.getRequestLogSink() 
org.mortbay.http.HttpServer.getLogSink()
          use getRequestLogSink() 
org.mortbay.util.ThreadPool.getMaxSize()
          use getMaxThreads 
org.mortbay.util.ThreadPool.getMinSize()
          use getMinThreads 
javax.servlet.ServletRequest.getRealPath(String)
          As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) 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. 

org.mortbay.jetty.servlet.Context.getServlet(String)
            
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. 

org.mortbay.jetty.servlet.Context.getServletNames()
            
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. 

org.mortbay.jetty.servlet.Context.getServlets()
            
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.Context.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.util.ThreadPool.getSize()
          use getThreads 
javax.servlet.http.HttpSession.getValue(String)
          As of Version 2.2, this method is replaced by HttpSession.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.ServletHolder.isInitOnStartup()
          Use getInitOrder() 
javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
          As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL() instead. 
org.mortbay.jetty.servlet.ServletRequest.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) 
javax.servlet.http.HttpSession.removeValue(String)
          As of Version 2.2, this method is replaced by HttpSession.setAttribute(java.lang.String, java.lang.Object) 
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.servlet.ServletHolder.setInitOnStartup(boolean)
          Use setInitOrder(int) 
org.mortbay.http.HandlerContext.setLogSink(LogSink)
          use HttpServersetRequestLogSink() 
org.mortbay.http.HttpServer.setLogSink(LogSink)
          use setRequestLogSink() 
org.mortbay.util.ThreadPool.setMaxSize(int)
          use setMaxThreads 
org.mortbay.util.ThreadPool.setMinSize(int)
          use setMinThreads 
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. 
 

Deprecated Constructors
org.mortbay.util.FileLogSink()
          Use WriterLogSink 
org.mortbay.util.FileLogSink(String)
          Use WriterLogSink 
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. 
 



Copyright © 2000 Mortbay Consulting Pty. Ltd. All Rights Reserved.