-
Classes Class Description javax.faces.application.StateManager.SerializedView This class was not markedSerializable
in the 1.0 version of the spec. It was also not a static inner class, so it can't be made to beSerializable
. Therefore, it is being deprecated in version 1.2 of the spec. The replacement is to use an implementation dependentObject
.javax.faces.el.MethodBinding This has been replaced byMethodExpression
.javax.faces.el.PropertyResolver This has been replaced byELResolver
.javax.faces.el.ValueBinding This has been replaced byValueExpression
.javax.faces.el.VariableResolver This has been replaced byELResolver
when operating with anull
base
argument.javax.faces.view.facelets.ResourceResolver javax.faces.webapp.AttributeTag The Faces implementation must now provide the implementation for this class.javax.faces.webapp.ConverterTag This has been partially replaced byConverterELTag
. The remainder of the functionality, namely, the binding facility and the implementation of theConverterTag.createConverter()
method, is now an implementation detail.javax.faces.webapp.UIComponentBodyTag All component tags now implementBodyTag
. This class has been replaced byUIComponentELTag
.javax.faces.webapp.UIComponentTag Use of this class has been replaced withUIComponentELTag
, which extendsUIComponentClassicTagBase
to add properties that use the EL API introduced as part of JSP 2.1.javax.faces.webapp.ValidatorTag This has been partially replaced byValidatorELTag
. The remainder of the functionality, namely, the binding facility and the implementation of thecreateValidator()
method, is now an implementation detail.
-
Exceptions Exceptions Description javax.faces.el.EvaluationException This has been replaced byELException
.javax.faces.el.MethodNotFoundException This has been replaced byMethodNotFoundException
.javax.faces.el.PropertyNotFoundException This has been replaced byPropertyNotFoundException
.javax.faces.el.ReferenceSyntaxException This has been replaced byELException
.