Package javax.faces.bean
@Deprecated
package javax.faces.bean
Deprecated.
This package is now deprecated. The specification for managed beans from JSF
has been placed into its own specifications, namely Managed Beans and CDI.
-
ClassDescriptionDeprecated.Deprecated.This has been replaced by CDI custom scopes and
javax.enterprise.context.spi.Context
.Deprecated.This has been replaced by the Managed Beans specification in general and specifically the dependency injection, scopes and naming from the CDI specification.Deprecated.This has been replaced byjavax.faces.annotation.ManagedProperty
, which is a CDI build-in bean with similar semanticsDeprecated.This has been replaced byjavax.enterprise.context.Dependent
, which is a CDI build-in scope with approximately similar semantics.Deprecated.The referenced-bean concept was used for a design time promise which however did not achieve widespread adoption.Deprecated.This has been replaced byjavax.enterprise.context.RequestScoped
, which is a CDI build-in scope with similar semantics.Deprecated.This has been replaced byjavax.enterprise.context.SessionScoped
, which is a CDI build-in scope with similar semantics.Deprecated.This has been replaced byjavax.faces.view.ViewScoped
.
javax.enterprise.context.ApplicationScoped
, which is a CDI build-in scope with similar semantics.