sessionScope"
From Documentation
Maya001122 (talk | contribs) (Created page with '== sessionScope - java.util.Map == A map of custom attributes associated with the session. It is the same as the <tt>getAttributes</tt> method in the <tt>org.zkoss.zk.ui.Session<…') |
m (correct highlight (via JWB)) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{ZUMLReferencePageHeader}} | |
− | |||
− | If the client is based on HTTP, such as a Web browser, this is the same map of attributes stored in < | + | = sessionScope - java.util.Map = |
+ | A map of custom attributes associated with the session. It is the same as the <code>getAttributes</code> method in the <javadoc type="interface">org.zkoss.zk.ui.Session</javadoc> interface. | ||
+ | |||
+ | If the client is based on HTTP, such as a Web browser, this is the same map of attributes stored in <code>javax.servlet.http.HttpSession</code>. In other words, you could use it communicate with other servlets, such as JSF. | ||
+ | |||
+ | =Version History= | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | {{ZUMLReferencePageFooter}} |
Latest revision as of 13:26, 19 January 2022
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 |
---|---|---|