Class UrlRequestParametersAdapter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getParameterNames()
      Returns immutable set of all available parameter names.
      org.apache.wicket.util.string.StringValue getParameterValue​(java.lang.String name)
      Returns single value for parameter with specified name.
      java.util.List<org.apache.wicket.util.string.StringValue> getParameterValues​(java.lang.String name)
      Returns list of values for parameter with specified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait