Deprecated API

Deprecated Methods
de.fhg.igd.semoa.web.Response.encodeRedirectUrl(String)
          Use encodeRedirectURL(String url) 
de.fhg.igd.semoa.web.Response.encodeUrl(String)
          Use encodeURL(String url) 
de.fhg.igd.semoa.shell.SimpleCharStream.getColumn()
            
de.fhg.igd.semoa.shell.SimpleCharStream.getLine()
            
de.fhg.igd.semoa.web.Request.getRealPath(String)
          As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String) instead. 
de.fhg.igd.semoa.web.ServletContextImpl.getServlet(String)
          As of Java Servlet API 2.1, with no 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. 

de.fhg.igd.semoa.web.ServletContextImpl.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. 

de.fhg.igd.semoa.web.ServletContextImpl.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. 

de.fhg.igd.semoa.web.HttpSessionImpl.getSessionContext()
          does nothing in this implementation. 
de.fhg.igd.semoa.web.HttpSessionImpl.getValue(String)
          does nothing in this implementation. 
de.fhg.igd.semoa.web.HttpSessionImpl.getValueNames()
          does nothing in this implementation. 
de.fhg.igd.semoa.web.Request.isRequestedSessionIdFromUrl()
          As of Version 2.1 of the Java Servlet API, use Request.isRequestedSessionIdFromURL() instead. 
de.fhg.igd.semoa.web.ServletContextImpl.log(Exception, String)
          As of Java Servlet API 2.1, use ServletContextImpl.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. 

de.fhg.igd.semoa.web.HttpSessionImpl.putValue(String, Object)
          does nothing in this implementation. 
de.fhg.igd.semoa.web.HttpSessionImpl.removeValue(String)
          does nothing in this implementation. 
de.fhg.igd.semoa.web.Response.setStatus(int, String)
          ambiguous meaning. To send an error with a description page, use sendError(int sc, String msg); 
 



Copyright © Fraunhofer Gesellschaft. All Rights Reserved.