|  | Plumtree Tags API | |
| Scope.PORTLET_REQUEST Field
|
Portlet Request Scope
A variable stored in Portlet Request Scope will be visible to all tags in the same portlet as the current tag, and will be removed from memory when the portlet is finished displaying. Tags in other portlets on the same page will not be able to see the variable.
Duration: The portlet request.
Visibility: All tags in the same portlet.
public static readonly
Scope PORTLET_REQUEST;
See Also
Scope Class | com.plumtree.portaluiinfrastructure.tags Namespace