|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterList
The ParameterList interface defines accessors to a series of name/value pairs.
| Method Summary | |
|---|---|
java.lang.String |
getParameter(java.lang.String name)
Returns a the specified parameter. |
java.util.Enumeration |
getParameterNames()
Returns an Enumeration of the names of the parameters in this container. |
java.util.Enumeration |
getParameterNameSet(java.lang.String startsWith)
Returns an Enumeration of names of parameters that start with the specified attribute. |
int |
size()
Returns the size of the parameter list. |
| Method Detail |
|---|
java.lang.String getParameter(java.lang.String name)
name - The name of the parameter whose value is to be returned.
java.util.Enumeration getParameterNames()
java.util.Enumeration getParameterNameSet(java.lang.String startsWith)
startsWith - A String specifying to match parameter names against.
int size()
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.