|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.impl.RichletConfigImpl
public class RichletConfigImpl
An implementation of RichletConfig.
| Constructor Summary | |
|---|---|
RichletConfigImpl(WebApp wapp,
java.util.Map params)
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RichletConfigImpl(WebApp wapp,
java.util.Map params)
wapp - the WebApp that this config belongs to (never null).params - the initail parameters. Empty is assumed if null.| Method Detail |
|---|
public WebApp getWebApp()
RichletConfig
getWebApp in interface RichletConfigpublic java.lang.String getInitParameter(java.lang.String name)
RichletConfig
getInitParameter in interface RichletConfigpublic java.util.Iterator getInitParameterNames()
RichletConfig
getInitParameterNames in interface RichletConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||