Hi, There is no such functionality in Wicket. You can create your own #mountpage() that registers the needed information and delegates to #mountPage() to do its job. Then you can get this info from MyApp.get().getMyInfo()
On Fri, Jan 27, 2012 at 11:09 PM, lucaabbati <[email protected]> wrote: > Hi everybody, > > I have a question and I couldn't figure out on my own the answer...neither > reading here nor looking documentation around. > > There is a way to list all the pages mounted? > > For example, let's say that in the init method of my Application I did the > following: > > mountPage("page1", Class1Name.class); > mountPage("page2", Class2Name.class); > > Is there a method to retrieve the list (of the two mounted pages) at > runtime? > > Thanks a lot in advance > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Listing-all-the-mounted-pages-tp4334718p4334718.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
