|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InitializationParameterHolder
Defines methods for accessing initialization parameters.
Method Summary | |
---|---|
java.util.List |
getInitParameterNames()
Returns a sorted list of the names of all initialization parameters (which may be the empty list). |
java.lang.String |
getInitParameterValue(java.lang.String name)
Returns the value of the named parameter, or null if the reciever does not have such a parameter. |
Method Detail |
---|
java.util.List getInitParameterNames()
java.lang.String getInitParameterValue(java.lang.String name)
name
- the name of the parameter to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |