pageScope"

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

Revision as of 03:29, 8 July 2010

pageScope - java.util.Map

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