Hi,

I am looking for a way to get a hold of all components Class'es on a page while in a dispatcher. I want to know if any of the components on the page are annotated with my custom @SecuredContent annotation but have no clue how to figure out what components are loaded on a page when I only have access to the page.

through the ComponentClassResolver I can find my Class of the page but here I don't have access to the Components. Should I use the PagePool to have a look? I'm not quite sure what implications this might have if I do this on every request to a page.

Looking forward to some tricks and tips.

Cheers,
Joost

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to