application"

From Documentation
m (Created page with '{{ZKDevelopersGuidePageHeader}} [http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/webapp.html <javadoc type="interface">org.zkoss.zk.ui.WebApp</javadoc>] :<tt>getConfigura…')
 
m (correct highlight (via JWB))
 
Line 3: Line 3:
 
[http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/webapp.html <javadoc type="interface">org.zkoss.zk.ui.WebApp</javadoc>]
 
[http://www.zkoss.org/javadoc/3.5.1/zk/org/zkoss/zk/ui/webapp.html <javadoc type="interface">org.zkoss.zk.ui.WebApp</javadoc>]
  
:<tt>getConfiguration</tt> : Returns the configuration.
+
:<code>getConfiguration</code> : Returns the configuration.
:<tt>getInitParameter</tt> : Returns the value of the named context-wide initialization parameter.
+
:<code>getInitParameter</code> : Returns the value of the named context-wide initialization parameter.
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Latest revision as of 10:40, 19 January 2022

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


WebApp

getConfiguration : Returns the configuration.
getInitParameter : Returns the value of the named context-wide initialization parameter.



Last Update : 2022/01/19

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