After web application initialization, in which WebApplication.mount() is called on each bookmarkable page, Wicket obviously has a map of some description to allow it to look up the mounted pages based on the path.
Is this map available to application code to look up? My code also needs a way of converting application path to BookmarkablePage class so that I can construct some BookmarkablePageLinks and rather than duplicate this internal path -> page class map I was hoping that there is some way that application code can access that map. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
