I'm new to Vaadin and trying to understand how to make View to get several parameters from URL. For example
http://www.some.com/book/18/page/41 Numbers 18 and 41 are parameters.
I've found that I can implement HasUrlParameter<T> and then use setParameter method, but it can be used only for one parameter.