I have some pages mounted with
moutBookmarkablePage("/somePath", MyPage.class)
in Application.init. Now I have the path "/somePath" from webRequest.
How can I retriev the matching MyPage.class for the path "/somePath"?
Stefan
