Interface and Description |
---|
jakarta.servlet.jsp.el.FunctionMapper
As of JSP 2.1, replaced by
jakarta.el.FunctionMapper |
jakarta.resource.spi.security.GenericCredential
The preferred way to represent generic credential information
is via the
org.ietf.jgss.GSSCredential interface in
J2SE Version 1.4, which provides similar functionality. |
jakarta.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.
|
jakarta.servlet.SingleThreadModel
As of Java Servlet API 2.4, with no direct replacement.
|
jakarta.xml.bind.Validator
since JAXB 2.0
|
jakarta.servlet.jsp.el.VariableResolver
As of JSP 2.1, replaced by
jakarta.el.ELResolver |
Class and Description |
---|
jakarta.servlet.jsp.el.Expression
As of JSP 2.1, replaced by
jakarta.el.ValueExpression |
jakarta.servlet.jsp.el.ExpressionEvaluator
As of JSP 2.1, replaced by
jakarta.el.ExpressionFactory |
jakarta.servlet.http.HttpUtils
As of Java(tm) Servlet API 2.3. These methods were only useful with the default encoding and have been
moved to the request interfaces.
|
jakarta.xml.soap.SOAPElementFactory
- Use
jakarta.xml.soap.SOAPFactory for creating SOAPElements. |
Exceptions and Description |
---|
jakarta.servlet.jsp.el.ELException
As of JSP 2.1, replaced by
jakarta.el.ELException |
jakarta.servlet.jsp.el.ELParseException
As of JSP 2.1, replaced by
jakarta.el.ELException |
Annotation Type and Description |
---|
jakarta.jws.soap.InitParam |
jakarta.jws.soap.SOAPMessageHandler |
jakarta.jws.soap.SOAPMessageHandlers
As of JSR-181 2.0 with no replacement.
|
Field and Description |
---|
jakarta.servlet.jsp.tagext.BodyTag.EVAL_BODY_TAG
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED or IterationTag.EVAL_BODY_AGAIN.
|
jakarta.persistence.Persistence.PERSISTENCE_PROVIDER
TODO: Either change TCK reference to PERSISTENCE_PROVIDER field to expect
"jakarta.persistence.spi.PersistenceProvider" or remove PERSISTENCE_PROVIDER field and also update TCK signature
tests.
|
jakarta.persistence.Persistence.providers |
Method and Description |
---|
jakarta.xml.soap.SOAPElementFactory.create(Name)
Use
jakarta.xml.soap.SOAPFactory.createElement(jakarta.xml.soap.Name)
instead
|
jakarta.xml.soap.SOAPElementFactory.create(String)
Use
jakarta.xml.soap.SOAPFactory.createElement(String localName) instead
|
jakarta.xml.soap.SOAPElementFactory.create(String, String, String)
Use
jakarta.xml.soap.SOAPFactory.createElement(String localName,
String prefix,
String uri)
instead
|
jakarta.xml.bind.JAXBContext.createValidator()
since JAXB2.0
|
jakarta.servlet.http.HttpServletResponse.encodeRedirectUrl(String)
As of version 2.1, use encodeRedirectURL(String url) instead
|
jakarta.servlet.http.HttpServletResponseWrapper.encodeRedirectUrl(String)
As of version 2.1, use
HttpServletResponseWrapper.encodeRedirectURL(String url) instead |
jakarta.servlet.http.HttpServletResponse.encodeUrl(String)
As of version 2.1, use encodeURL(String url) instead
|
jakarta.servlet.http.HttpServletResponseWrapper.encodeUrl(String)
As of version 2.1, use
HttpServletResponseWrapper.encodeURL(String url) instead |
jakarta.xml.bind.Validator.getEventHandler()
since JAXB2.0
|
jakarta.servlet.jsp.JspContext.getExpressionEvaluator()
As of JSP 2.1, replaced by
JspApplicationContext.getExpressionFactory() |
jakarta.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. |
jakarta.resource.ResourceException.getLinkedException()
J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause and
initCause methods of the
java.lang.Throwable class.. |
jakarta.resource.cci.ResourceWarning.getLinkedWarning()
Java™ release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause and
initCause methods of the
java.lang.Throwable class. |
jakarta.xml.bind.Validator.getProperty(String)
since JAXB2.0
|
jakarta.servlet.ServletRequestWrapper.getRealPath(String)
As of Version 2.1 of the Java Servlet API, use
ServletContext.getRealPath(java.lang.String) instead |
jakarta.servlet.ServletRequest.getRealPath(String)
As of Version 2.1 of the Java Servlet API, use
ServletContext.getRealPath(java.lang.String) instead. |
jakarta.servlet.jsp.JspException.getRootCause()
As of JSP 2.1, replaced by
Throwable.getCause() |
jakarta.servlet.UnavailableException.getServlet()
As of Java Servlet API 2.2, with no replacement.
Returns the servlet that is reporting its unavailability.
|
jakarta.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 |
jakarta.servlet.ServletContext.getServletNames()
As of Java Servlet API 2.1, with no replacement.
This method was originally defined to return an |
jakarta.servlet.ServletContext.getServlets()
As of Java Servlet API 2.0, with no replacement.
This method was originally defined to return an |
jakarta.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.
|
jakarta.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 Jakarta Servlets.
|
jakarta.servlet.http.HttpSession.getValue(String)
As of Version 2.2, this method is replaced by
HttpSession.getAttribute(java.lang.String) . |
jakarta.servlet.http.HttpSession.getValueNames()
As of Version 2.2, this method is replaced by
HttpSession.getAttributeNames() |
jakarta.servlet.jsp.JspContext.getVariableResolver()
As of JSP 2.1, replaced by
ELContext#getELResolver , which can be obtained by
jspContext.getELContext().getELResolver() . |
jakarta.servlet.http.HttpServletRequest.isRequestedSessionIdFromUrl()
As of Version 2.1 of the Java Servlet API, use
HttpServletRequest.isRequestedSessionIdFromURL() instead. |
jakarta.servlet.http.HttpServletRequestWrapper.isRequestedSessionIdFromUrl()
As of Version 4.0 of the Java Servlet API, use
HttpServletRequestWrapper.isRequestedSessionIdFromURL() instead. |
jakarta.xml.bind.Unmarshaller.isValidating()
since JAXB2.0, please see
Unmarshaller.getSchema() |
jakarta.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. |
jakarta.servlet.http.HttpSession.putValue(String, Object)
As of Version 2.2, this method is replaced by
HttpSession.setAttribute(java.lang.String, java.lang.Object) |
jakarta.servlet.http.HttpSession.removeValue(String)
As of Version 2.2, this method is replaced by
HttpSession.removeAttribute(java.lang.String) |
jakarta.xml.bind.Validator.setEventHandler(ValidationEventHandler)
since JAXB2.0
|
jakarta.resource.ResourceException.setLinkedException(Exception)
J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause and
initCause methods of the
java.lang.Throwable class. |
jakarta.resource.cci.ResourceWarning.setLinkedWarning(ResourceWarning)
J2SE release 1.4 supports a chained exception facility
that allows any throwable to know about another throwable, if any,
that caused it to get thrown. Refer to
getCause and
initCause methods of the
java.lang.Throwable class. |
jakarta.xml.bind.Validator.setProperty(String, Object)
since JAXB2.0
|
jakarta.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. |
jakarta.servlet.http.HttpServletResponseWrapper.setStatus(int, String)
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use
HttpServletResponseWrapper.setStatus(int) , to send an error with a description use HttpServletResponseWrapper.sendError(int, String) |
jakarta.xml.bind.Unmarshaller.setValidating(boolean)
since JAXB2.0, please see
Unmarshaller.setSchema(javax.xml.validation.Schema) |
jakarta.ws.rs.core.CacheControl.toString()
The format of the toString() method is subject to change in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the
format of this method.
|
jakarta.ws.rs.core.NewCookie.toString()
The format of the toString() method is subject to change in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format
of this method.
|
jakarta.ws.rs.core.Cookie.toString()
The format of the toString() method is subject to change in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of
this method.
|
jakarta.ws.rs.core.EntityTag.toString()
The format of the toString() method is subject to change in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format
of this method.
|
jakarta.xml.bind.Validator.validate(Object)
since JAXB2.0
|
jakarta.xml.bind.Validator.validateRoot(Object)
since JAXB2.0
|
jakarta.ws.rs.core.CacheControl.valueOf(String)
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
|
jakarta.ws.rs.core.NewCookie.valueOf(String)
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
|
jakarta.ws.rs.core.Cookie.valueOf(String)
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.
|
jakarta.ws.rs.core.EntityTag.valueOf(String)
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
|
Constructor and Description |
---|
jakarta.servlet.UnavailableException(int, Servlet, String)
As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String, int) instead. |
jakarta.servlet.UnavailableException(Servlet, String)
As of Java Servlet API 2.2, use
UnavailableException.UnavailableException(String) instead. |
Annotation Type Element and Description |
---|
jakarta.jws.HandlerChain.name
As of JSR-181 2.0 with no replacement.
|