Deprecated Methods |
com.lutris.dods.builder.generator.query.QueryBuilder.add(String)
Use addEndClause() instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addTwoColumnWhereClause(String, String)
Use addWhere(RDBColumn c1, RDBColumn c1) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addTwoColumnWhereClause(String, String, String)
Use addWhere(RDBColumn c1, RDBColumn c1, String cmp_op) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, BigDecimal, boolean)
Use addWhere(RDBColumn c1, BigDecimal value, String cmp_op) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, boolean)
Use addWhere(RDBColumn column, boolean value) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, boolean, String)
Use addWhere(RDBColumn column, boolean value, String cmp_op ) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, Date, String)
Use addWhere(RDBColumn c1, Date value, String cmp_op) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, double)
Use addWhere(RDBColumn column, double value) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, double, String)
Use addWhere(RDBColumn column, double value, String cmp_op ) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, float)
Use addWhere(RDBColumn column, float value) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, float, String)
Use addWhere(RDBColumn column, float value, String cmp_op ) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, int)
Use addWhere(RDBColumn column, int value) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, int, String)
Use addWhere(RDBColumn column, int value, String cmp_op ) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, long)
Use addWhere(RDBColumn column, long value) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, long, String)
Use addWhere(RDBColumn column, long value, String cmp_op ) instead. |
com.lutris.dods.builder.generator.query.QueryBuilder.addWhereClause(String, String, String)
Use addWhere(RDBColumn column, String value, String cmp_op ) instead. |
org.enhydra.xml.xmlc.XMLCUtil.copyNode(Node, Document)
use org.w3c.dom.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.enhydra.xml.xmlc.XMLCUtil.getAttributeByName(Node, String)
use org.w3c.dom.Element.getAttributeNode |
org.enhydra.wireless.wml.dom.WMLMetaElement.getForua()
use getForUA |
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(). |
org.apache.xalan.xpath.XPathSupport.getProcessNamespaces()
|
org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.getProcessNamespaces()
|
javax.servlet.ServletRequest.getRealPath(String)
As of Version 2.1 of the Java Servlet API,
use ServletContext.getRealPath(java.lang.String) instead. |
org.enhydra.wireless.wml.dom.WMLGoElement.getSendreferer()
use getSendReferer |
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. |
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. |
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. |
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. |
org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.getSpecialCharacters()
|
org.apache.xalan.xpath.xml.XMLParserLiaison.getSpecialCharacters()
|
org.apache.xalan.xslt.XSLTEngineImpl.getStyleSheetURIfromDoc(Node)
|
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. |
org.apache.xalan.xpath.XPathSupport.isIgnorableWhitespace(Text)
|
org.apache.xalan.xpath.XPathSupportDefault.isIgnorableWhitespace(Text)
|
org.apache.xalan.xpath.xdom.XercesLiaison.isIgnorableWhitespace(Text)
|
org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.isIgnorableWhitespace(Text)
|
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. |
org.apache.xalan.xpath.XPathSupportDefault.parseXML(String, String)
|
org.apache.xalan.xpath.XPathSupport.parseXML(URL, DocumentHandler, Document)
|
org.enhydra.xml.xmlc.XMLCUtil.printNode(String, Node, int, PrintWriter)
Use DOMInfo |
org.enhydra.xml.xmlc.XMLCUtil.printNode(String, Node, OutputStream)
Use DOMInfo |
org.enhydra.xml.xmlc.XMLCUtil.printNode(String, Node, PrintWriter)
Use DOMInfo |
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.enhydra.xml.xmlc.XMLCUtil.replaceNode(Node, Node)
use org.enhydra.xml.dom.DOMOps#replaceNode |
org.enhydra.wireless.wml.dom.WMLMetaElement.setForua(boolean)
use setForUA |
org.apache.xalan.xpath.XPathSupport.setProcessNamespaces(boolean)
|
org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.setProcessNamespaces(boolean)
|
org.enhydra.wireless.wml.dom.WMLGoElement.setSendreferer(boolean)
use setSendReferer |
org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.setSpecialCharacters(String)
|
org.apache.xalan.xpath.xml.XMLParserLiaison.setSpecialCharacters(String)
|
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. |
org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.toMarkup(Document, OutputStream, String, String, boolean, int, String, String, String, String, boolean, boolean, String[])
|
org.apache.xalan.xpath.xml.XMLParserLiaisonDefault.toMarkup(Document, Writer, String, String, boolean, int, String, String, String, String, boolean, boolean, String[])
|
com.lutris.appserver.server.httpPresentation.HttpPresentationResponse.writeHTML(HTMLDocument)
use writeDOM |