|
Enhydra 3.0.1 API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Classes | |
org.xml.sax.helpers.AttributeListImpl
This class implements a deprecated interface, AttributeList ;
that interface has been replaced by
Attributes ,
which is implemented in the
AttributesImpl helper class. |
|
org.xml.sax.HandlerBase
This class works with the deprecated DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
|
org.xml.sax.helpers.ParserFactory
This class works with the deprecated Parser
interface. |
Deprecated Interfaces | |
org.xml.sax.AttributeList
This interface has been replaced by the SAX2 Attributes
interface, which includes Namespace support. |
|
org.xml.sax.DocumentHandler
This interface has been replaced by the SAX2 ContentHandler
interface, which includes Namespace support. |
|
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. |
|
org.xml.sax.Parser
This interface has been replaced by the SAX2 XMLReader
interface, which includes Namespace support. |
Deprecated Methods | |
org.enhydra.xml.xmlc.XMLCUtil.copyNode(Node, Document)
use Document.importNode |
|
javax.servlet.http.HttpServletResponse.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 |
|
com.lutris.appserver.server.StandardApplication.encodeUrl(String, String, String)
Use encodeUrl(String,String) |
|
org.apache.xerces.dom.AttrImpl.getElement()
Previous working draft of DOM Level 2. New method is getOwnerElement(). |
|
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. |
|
com.lutris.appserver.server.httpPresentation.HttpPresentationRequest.getPresentationPath()
This method was named in a confusing manner; it returns the application, not presentation object path. Use getApplicationPath(). |
|
com.lutris.appserver.server.jolt.joltpo.JoltRequest.getPresentationPath()
This method was named in a confusing manner; it returns the application, not presentation object path. Use getApplicationPath(). |
|
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 In lieu of this method, servlets can share information using the
|
|
javax.servlet.ServletContext.getServletNames()
As of Java Servlet API 2.1, with no replacement. This method was originally defined to return an
|
|
javax.servlet.ServletContext.getServlets()
As of Java Servlet API 2.0, with no replacement. This method was originally defined to return an |
|
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. |
|
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. |
|
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.enhydra.xml.xmlc.XMLObjectImpl.initFields()
Use syncAccessMethods() instead. |
|
javax.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use HttpServletRequest.isRequestedSessionIdFromURL()
instead. |
|
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. |
|
com.lutris.appserver.server.session.StandardSessionManager.newSession(String)
The instance of StandardSessionHome should be replaced instead of extending this method. |
|
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) |
|
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 | |
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. |
|
Enhydra 3.0.1 API | ||||||||
PREV NEXT | FRAMES NO FRAMES |