Plumtree Tags API  
 

Scope.HTTP_REQUEST Field

HTTP Request Scope

A variable stored in HTTP Request Scope will be visible to all tags in the same HTTP request as the current tag, and will be removed from memory when the HTTP request is finished displaying.

Duration: The HTTP request.
Visibility: All tags in the same HTTP request.
public static readonly Scope HTTP_REQUEST;

See Also

Scope Class | com.plumtree.portaluiinfrastructure.tags Namespace