|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
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
|
|
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
|
|
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); |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |