Re: Get page name inside Dispatcher

2016-11-29 Thread Nathan Quirynen
Indeed exactly what I need! Thanks Thiago. Nathan On 25/11/16 19:02, Thiago H. de Paula Figueiredo wrote: On Fri, Nov 25, 2016 at 2:23 PM, Nathan Quirynen < nat...@pensionarchitects.be> wrote: Hi, Hi! I made an implementation of Dispatcher. I want to get the page name from the request

Re: Get page name inside Dispatcher

2016-11-25 Thread Thiago H. de Paula Figueiredo
On Fri, Nov 25, 2016 at 2:23 PM, Nathan Quirynen < nat...@pensionarchitects.be> wrote: > Hi, > Hi! I made an implementation of Dispatcher. I want to get the page name from > the request path. Is there any service I can use to achieve this? > > I know in a ComponentRequestFilter for example I

Get page name inside Dispatcher

2016-11-25 Thread Nathan Quirynen
Hi, I made an implementation of Dispatcher. I want to get the page name from the request path. Is there any service I can use to achieve this? I know in a ComponentRequestFilter for example I can use PageRenderRequestParameters..getActivePageName(), but how can I do the same inside a