|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RichletConfig
A richlet configuration object used by a richlet container to pass information to a richlet during initialization.
| 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.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. |
| Method Detail |
|---|
WebApp getWebApp()
java.lang.String getInitParameter(java.lang.String name)
java.lang.Iterable<java.lang.String> getInitParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||