org.zkoss.zk.ui
Interface RichletConfig

All Known Implementing Classes:
RichletConfigImpl

public interface RichletConfig

A richlet configuration object used by a richlet container to pass information to a richlet during initialization.

Author:
tomyeh

Method Summary
 java.lang.String getInitParameter(java.lang.String name)
          Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.
 java.util.Iterator getInitParameterNames()
          Returns the names of the richlet's initialization parameters as an Iterator of String objects, or an empty Enumeration if the richlet has no initialization parameters.
 WebApp getWebApp()
          Returns the web application that the richlet belongs to.
 

Method Detail

getWebApp

WebApp getWebApp()
Returns the web application that the richlet belongs to.


getInitParameter

java.lang.String getInitParameter(java.lang.String name)
Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist.


getInitParameterNames

java.util.Iterator getInitParameterNames()
Returns the names of the richlet's initialization parameters as an Iterator of String objects, or an empty Enumeration if the richlet has no initialization parameters.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo