You're better off looking at the framework's OnEventWorker class and
seeing how that operates.

On Sun, Apr 24, 2011 at 10:47 PM, Moritz Gmelin <moritz.gme...@gmx.de> wrote:
> Hi,
>
> If I have an event link for a request. I can find the target component (with 
> its proper class) with the ComponentSourceService.
> Is there a more elegant way to find the event handler method that will be 
> invoked on the component than to search through matching method names in the 
> component class (by reflection) and compare parameters (or check OnEvent 
> annotations)?
> Background is that I want to create a new Annotation on an event handler 
> method and need to check this when creating a special link in a custom 
> ComponentEventLinkEncoder.
>
> Thanks
>
> Moritz
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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

Reply via email to