Uses of Interface
org.apache.wicket.request.IRequestParameters
Packages that use IRequestParameters
Package
Description
Package for classes that have generic (protocol independent) support for request cycle processing.
-
Uses of IRequestParameters in org.apache.wicket.request
Subinterfaces of IRequestParameters in org.apache.wicket.requestModifier and TypeInterfaceDescriptioninterfaceRequest parameters that can be modified.Methods in org.apache.wicket.request that return IRequestParametersModifier and TypeMethodDescriptionRequest.getPostParameters()Note: Avoid calling this method yourself in you code base if you are using multipart to upload files in combination with Tomcat 11.x.Request.getQueryParameters()Request.getRequestParameters()Note: Avoid calling this method yourself in you code base if you are using multipart to upload files in combination with Tomcat 11.x. -
Uses of IRequestParameters in org.apache.wicket.request.parameter
Classes in org.apache.wicket.request.parameter that implement IRequestParametersModifier and TypeClassDescriptionclassIRequestParametersimplementation that combines otherIRequestParameterss.classRead only emptyIRequestParameters.classUtility class that expresses query parameters fromUrlasIRequestParameters.Constructors in org.apache.wicket.request.parameter with parameters of type IRequestParametersModifierConstructorDescriptionCombinedRequestParametersAdapter(IRequestParameters... parameters) Construct.