You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Xybrek <xy...@gmail.com> on 2014/11/02 17:08:37 UTC

mountPage based on regex

hi, I wonder if its possible to mountPage based on java regex?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: mountPage based on regex

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

There is no built in IRequestMapper in Wicket for this but it shouldn't be
hard to implement it yourself.
See MountedMapper and its super classes for inspiration.

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Sun, Nov 2, 2014 at 6:08 PM, Xybrek <xy...@gmail.com> wrote:

> hi, I wonder if its possible to mountPage based on java regex?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>