javax.enterprise.context.ApplicationScoped
,
which is a CDI build-in scope with similar semantics.javax.enterprise.context.spi.Context
. See 2.4.2 and 6.2 of the CDI
specification for further details.These javadoc files constitute the “Faces Managed Bean Annotation Specification for Containers Conforming to Servlet 2.5 and Beyond”
javax.enterprise.context.Initialized
event for
javax.enterprise.context.ApplicationScoped
. See 6.7.3 of the CDI
spec for further details.javax.faces.annotation.ManagedProperty
,
which is a CDI build-in bean with similar semanticsjavax.enterprise.context.Dependent
,
which is a CDI build-in scope with approximately similar semantics.javax.enterprise.context.RequestScoped
,
which is a CDI build-in scope with similar semantics.javax.enterprise.context.SessionScoped
,
which is a CDI build-in scope with similar semantics.javax.faces.view.ViewScoped
.
The functionality of this corresponding annotation is identical to this one,
but it is implemented as a CDI custom scope.Copyright © 2002-2017 Sun Microsystems, Inc. All Rights Reserved.