| Package and Description |
|---|
| javax.faces.bean |
| 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.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.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.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.faces.bean.ViewScoped
This has been replaced by
javax.faces.view.ViewScoped.
The functionality of this corresponding annotation is identical to this one,
but it is implemented as a CDI custom scope. |
| Constructor and Description |
|---|
| javax.faces.application.ApplicationFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.ApplicationWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.lifecycle.ClientWindowFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.lifecycle.ClientWindowWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.ConfigurableNavigationHandlerWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.ExceptionHandlerFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.ExceptionHandlerWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.ExternalContextFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.ExternalContextWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.view.facelets.FaceletCacheFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.FacesContextFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.FacesContextWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.FlashFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.FlashWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.flow.FlowHandlerFactoryWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.lifecycle.LifecycleFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.lifecycle.LifecycleWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.NavigationCaseWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.NavigationHandlerWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.PartialViewContextFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.PartialViewContextWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.render.RendererWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.render.RenderKitFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.render.RenderKitWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.ResourceHandlerWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.ResourceWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.context.ResponseWriterWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.StateManagerWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.view.facelets.TagHandlerDelegateFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.view.ViewDeclarationLanguageFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.view.ViewDeclarationLanguageWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.application.ViewHandlerWrapper()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.component.visit.VisitContextFactory()
Use the other constructor taking the implementation being wrapped.
|
| javax.faces.component.visit.VisitContextWrapper()
Use the other constructor taking the implementation being wrapped.
|
Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms