|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRequestParameters
Represents request parameters.
| Method Summary | |
|---|---|
Set<String> |
getParameterNames()
Returns immutable set of all available parameter names. |
StringValue |
getParameterValue(String name)
Returns single value for parameter with specified name. |
List<StringValue> |
getParameterValues(String name)
Returns list of values for parameter with specified name. |
| Method Detail |
|---|
Set<String> getParameterNames()
StringValue getParameterValue(String name)
name - parameter name
StringValue wrapping the actual valueStringValue.isNull()List<StringValue> getParameterValues(String name)
null
name - parameter name
null if parameter does not
exist
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||