| Interface and Description |
|---|
| javax.servlet.jsp.el.FunctionMapper
As of JSP 2.1, replaced by
FunctionMapper |
| javax.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. |
| 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.
|
| javax.servlet.SingleThreadModel
As of Java Servlet API 2.4, with no direct
replacement.
|
| javax.xml.bind.Validator
since JAXB 2.0
|
| javax.servlet.jsp.el.VariableResolver
As of JSP 2.1, replaced by
ELResolver |
| Class and Description |
|---|
| javax.faces.webapp.AttributeTag
The Faces implementation must now provide the
implementation for this class.
|
| javax.faces.webapp.ConverterTag
This has been partially replaced by
ConverterELTag. The remainder of the functionality, namely, the
binding facility and the implementation of the ConverterTag.createConverter() method, is now an implementation detail. |
| javax.servlet.jsp.el.Expression
As of JSP 2.1, replaced by
ValueExpression |
| javax.servlet.jsp.el.ExpressionEvaluator
As of JSP 2.1, replaced by
ExpressionFactory |
| javax.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.
|
| javax.faces.el.MethodBinding
This has been replaced by
MethodExpression. |
| javax.faces.el.PropertyResolver
This has been replaced by
ELResolver. |
| javax.faces.view.facelets.ResourceResolver |
| javax.xml.soap.SOAPElementFactory
- Use
javax.xml.soap.SOAPFactory for creating SOAPElements. |
| javax.faces.application.StateManager.SerializedView
This class was not marked
Serializable
in the 1.0 version of the spec. It was also not a static inner
class, so it can't be made to be Serializable.
Therefore, it is being deprecated in version 1.2 of the spec.
The replacement is to use an implementation dependent
Object. |
| javax.faces.webapp.UIComponentBodyTag
All component tags now implement
BodyTag.
This class has been replaced by UIComponentELTag. |
| javax.faces.webapp.UIComponentTag
Use of this class has been replaced with
UIComponentELTag, which extends
UIComponentClassicTagBase to add properties that use the
EL API introduced as part of JSP 2.1. |
| javax.faces.webapp.ValidatorTag
This has been partially replaced by
ValidatorELTag. The remainder of the functionality, namely, the
binding facility and the implementation of the ValidatorTag.createValidator() method, is now an implementation detail. |
| javax.faces.el.ValueBinding
This has been replaced by
ValueExpression. |
| javax.faces.el.VariableResolver
This has been replaced by
ELResolver
when operating with a null base argument. |
| Exceptions and Description |
|---|
| javax.servlet.jsp.el.ELException
As of JSP 2.1, replaced by
ELException |
| javax.servlet.jsp.el.ELParseException
As of JSP 2.1, replaced by
ELException |
| javax.faces.el.EvaluationException
This has been replaced by
ELException. |
| javax.faces.el.MethodNotFoundException
This has been replaced by
MethodNotFoundException. |
| javax.faces.el.PropertyNotFoundException
This has been replaced by
PropertyNotFoundException. |
| javax.faces.el.ReferenceSyntaxException
This has been replaced by
ELException. |
| Annotation Type and Description |
|---|
| javax.jws.soap.InitParam |
| javax.jws.soap.SOAPMessageHandler |
| javax.jws.soap.SOAPMessageHandlers |
| Field and Description |
|---|
| javax.faces.component.UIComponent.bindings |
| javax.faces.component.UIComponent.CURRENT_COMPONENT |
| javax.faces.component.UIComponent.CURRENT_COMPOSITE_COMPONENT |
| javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_TAG
As of Java JSP API 1.2, use BodyTag.EVAL_BODY_BUFFERED
or IterationTag.EVAL_BODY_AGAIN.
|
| javax.faces.validator.Validator.NOT_IN_RANGE_MESSAGE_ID |
| javax.persistence.Persistence.PERSISTENCE_PROVIDER |
| javax.persistence.Persistence.providers |
| javax.faces.component.NamingContainer.SEPARATOR_CHAR |
| Constructor and Description |
|---|
| 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. |
| Annotation Type Element and Description |
|---|
| javax.jws.HandlerChain.name |
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.