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.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.ws.rs.core.Link.JaxbAdapter |
jakarta.ws.rs.core.Link.JaxbLink |
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.servlet.http.HttpServlet.LEGACY_DO_HEAD
may be removed in future releases
|
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.servlet.SessionCookieConfig.getComment()
This is no longer required with RFC 6265
|
jakarta.servlet.http.Cookie.getComment()
This is no longer required with RFC 6265
|
jakarta.servlet.jsp.JspContext.getExpressionEvaluator()
As of JSP 2.1, replaced by
JspApplicationContext.getExpressionFactory() |
jakarta.servlet.jsp.el.ImplicitObjectELResolver.getFeatureDescriptors(ELContext, Object)
This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it
will be removed here in JSP 4.0.
|
jakarta.servlet.jsp.el.ScopedAttributeELResolver.getFeatureDescriptors(ELContext, Object)
This method is deprecated as of EL 5.0 and will be removed in EL 6.0 (Jakarta EE 11). Therefore it
will be removed here in JSP 4.0.
|
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.servlet.jsp.JspException.getRootCause()
As of JSP 2.1, replaced by
Throwable.getCause() |
jakarta.ws.rs.core.Application.getSingletons()
Automatic discovery of resources and providers or the
getClasses method is preferred over
getSingletons . |
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.Cookie.getVersion()
This is no longer required with RFC 6265
|
jakarta.servlet.SessionCookieConfig.setComment(String)
This is no longer required with RFC 6265
|
jakarta.servlet.http.Cookie.setComment(String)
This is no longer required with RFC 6265
|
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.servlet.http.Cookie.setVersion(int)
This is no longer required with RFC 6265
|
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.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.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.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.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.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.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.EntityTag.valueOf(String)
This method will be removed in a future version. Please use
RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
|
Annotation Type Element and Description |
---|
jakarta.jws.HandlerChain.name
As of JSR-181 2.0 with no replacement.
|
jakarta.json.bind.annotation.JsonbProperty.nillable
Please use
JsonbNillable as another annotation instead. This option will be removed in the future. |