|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterProvider
A platform independent wrapper of HttpServletRequest, factoring out the getParameter
method.
| Method Summary | |
|---|---|
String |
getParameter(String key)
Gets the value of a given parameter. |
Iterator<String> |
listParameterNames()
Gets an Iterator over all known parameter names. |
| Method Detail |
|---|
String getParameter(String key)
key - the parameter
Iterator<String> listParameterNames()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||