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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to