javax.portlet.faces.annotation
Annotation Type ExcludeFromManagedRequestScope


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExcludeFromManagedRequestScope

The ExcludeFromManagedRequestScope annotation is used on a class as a signal that instances of this class are not to be managed by the bridge in the bridge request scope if/when the instance is added to the portlet container's request scope. This annotation is the preferred method for marking a class for such exlcusion and should be used where ever possible over the secondary configuration techniques additional supported.



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.