@Retention(value=RUNTIME) @Target(value=TYPE) @NormalScope(passivating=true) @Inherited @Documented public @interface PortletSessionScoped
Note that a portlet session scoped bean must implement
java.io.Serializable
, since it will be stored in the portlet session.
Modifier and Type | Optional Element and Description |
---|---|
int |
value
The portlet scope into which the annotated bean is to be placed.
|
public abstract int value
PortletSession.PORTLET_SCOPE
,
PortletSession.APPLICATION_SCOPE
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.