Cherry
Cherry

Reputation: 33618

How create PageParamters from URL in wicket?

Wicket internally creates from url and passed PageParameters to it's components. Is is need from some test to create these parameters from url.

Does wicket provide public api for PageParameters creation?

Upvotes: 0

Views: 29

Answers (1)

Cherry
Cherry

Reputation: 33618

Use org.apache.wicket.request.mapper.parameter.PageParametersEncoder for that purpose.

Upvotes: 1

Related Questions