pageScope"

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

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