These javadoc files constitute the “Faces Managed Bean Annotation Specification for Containers Conforming to Servlet 2.5 and Beyond”
See: Description
Annotation Type | Description |
---|---|
ApplicationScoped | Deprecated
This has been replaced by
javax.enterprise.context.ApplicationScoped ,
which is a CDI build-in scope with similar semantics. |
CustomScoped | Deprecated
This has been replaced by CDI custom scopes and
javax.enterprise.context.spi.Context . |
ManagedBean | Deprecated
This has been replaced by the Managed Beans specification in
general and specifically the dependency injection, scopes and naming
from the CDI specification.
|
ManagedProperty | Deprecated
This has been replaced by
javax.faces.annotation.ManagedProperty ,
which is a CDI build-in bean with similar semantics |
NoneScoped | Deprecated
This has been replaced by
javax.enterprise.context.Dependent ,
which is a CDI build-in scope with approximately similar semantics. |
ReferencedBean | Deprecated
The referenced-bean concept was used for a design time promise
which however did not achieve widespread adoption.
|
RequestScoped | Deprecated
This has been replaced by
javax.enterprise.context.RequestScoped ,
which is a CDI build-in scope with similar semantics. |
SessionScoped | Deprecated
This has been replaced by
javax.enterprise.context.SessionScoped ,
which is a CDI build-in scope with similar semantics. |
ViewScoped | Deprecated
This has been replaced by
javax.faces.view.ViewScoped . |
These javadoc files constitute the “Faces Managed Bean Annotation Specification for Containers Conforming to Servlet 2.5 and Beyond”
This package is now deprecated. The specification for managed beans from JSF has been placed into its own specifications, namely Managed Beans and CDI.
The annotations must be processed as specified in section JSF.11.5.1.
Copyright © 2002-2017 Sun Microsystems, Inc. All Rights Reserved.