Accessing Java EE Scope Objects"

From Documentation
(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://...")
 
Line 10: Line 10:
 
Retrieves the current execution (request/response).
 
Retrieves the current execution (request/response).
  
{{ZKDevelopersReferencePageFooter}}
 
  
 
=Sessions=
 
=Sessions=
Line 19: Line 18:
  
 
Retrieves the current session.
 
Retrieves the current session.
 +
 +
{{ZKDevelopersReferencePageFooter}}

Revision as of 07:10, 1 August 2023


Accessing Java EE Scope Objects



Executions

org.zkoss.zk.ui.Executions

getCurrent

Executions.getCurrent()

Retrieves the current execution (request/response).


Sessions

org.zkoss.zk.ui.Sessions

getCurrent

Sessions.getCurrent()

Retrieves the current session.



Last Update : 2023/08/01

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