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 exclusion and should be used where ever possible over the secondary configuration techniques additional supported.

Author:
Michael Freedman, Neil Griffin



Copyright © 2017 Liferay, Inc. All Rights Reserved.