Java org.apache.wicket.request IRequestParameters fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request IRequestParameters fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request IRequestParameters.

The text is from its open source code.

Method

SetgetParameterNames()
Returns immutable set of all available parameter names.
StringValuegetParameterValue(String name)
Returns single value for parameter with specified name.
ListgetParameterValues(String name)
Returns list of values for parameter with specified name.