Accessing Java EE Scope Objects

From Documentation
Revision as of 07:09, 1 August 2023 by Hawk (talk | contribs) (Created page with "{{ZKDevelopersReferencePageHeader}} =Executions= [http://www.zkoss.org/javadoc/latest/zk/org/zkoss/zk/ui/Executions.html org.zkoss.zk.ui.Executions] ==getCurrent== [http://...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Accessing Java EE Scope Objects



Executions

org.zkoss.zk.ui.Executions

getCurrent

Executions.getCurrent()

Retrieves the current execution (request/response).



Last Update : 2023/08/01

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.


Sessions

org.zkoss.zk.ui.Sessions

getCurrent

Sessions.getCurrent()

Retrieves the current session.