org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Annotation Type ViewAccessScoped


@Target(value={METHOD,TYPE,FIELD})
@Retention(value=RUNTIME)
@Inherited
@Documented
@NormalScope(passivating=true)
public @interface ViewAccessScoped

The scope is active as long as it's bean is accessed by a view. Basically @ViewAccessScoped is a CODI Conversation which automatically gets ended when the next view tree gets restored without hitting the bean. @ViewAccessScoped currently doesn't support Conversation-groups, thus the Conversation always only contains the bean itself.



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.