sessionScope
From Documentation
Revision as of 07:38, 3 May 2013 by Robertwenzel (talk | contribs) (moved ZUML Reference/EL Expressions/Implicit Objects/sessionScope to ZUML Reference/EL Expressions/Implicit Objects (Predefined Variables)/sessionScope)
sessionScope - java.util.Map
A map of custom attributes associated with the session. It is the same as the getAttributes method in the Session interface.
If the client is based on HTTP, such as a Web browser, this is the same map of attributes stored in javax.servlet.http.HttpSession. In other words, you could use it communicate with other servlets, such as JSF.
Version History
Version | Date | Content |
---|---|---|