public interface RichletConfig
Modifier and Type | Method and Description |
---|---|
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.lang.Iterable<java.lang.String> |
getInitParameterNames()
Returns the names of the richlet's initialization parameters as
an iterable String objects (never null).
|
WebApp |
getWebApp()
Returns the web application that the richlet belongs to.
|
WebApp getWebApp()
java.lang.String getInitParameter(java.lang.String name)
java.lang.Iterable<java.lang.String> getInitParameterNames()
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.