requestScope"

From Documentation
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 <javadoc>org.zkoss.zk.ui.Execution</javadoc> interface.
+
A map of custom attributes associated with the current execution. It is the same as <tt>getAttributes</tt> method in the <javadoc type="interface">org.zkoss.zk.ui.Execution</javadoc> interface.

Revision as of 07:02, 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.