requestScope"

From Documentation
(Created page with '== requestScope – java.util.Map == A map of custom attributes associated with the current execution. It is the same as <tt>getAttributes</tt> method in the <tt>org.zkoss.zk.ui.…')
 
Line 1: Line 1:
 
== requestScope – java.util.Map ==
 
== requestScope – java.util.Map ==
A map of custom attributes associated with the current execution. It is the same as <tt>getAttributes</tt> method in the <tt>org.zkoss.zk.ui.Execution</tt> interface.
+
A map of custom attributes associated with the current execution. It is the same as <tt>getAttributes</tt> method in the <javadoc>org.zkoss.zk.ui.Execution</javadoc> interface.

Revision as of 03:30, 8 July 2010

requestScope – java.util.Map

A map of custom attributes associated with the current execution. It is the same as getAttributes method in the Execution interface.