I'm doing some fancy SES URL magic and I'm trying to determine what event name I want to use. It's fun because '/foo' is a different event than '/foo/bar'. (Where one might think the later is still the '/foo' event with the variable 'bar')
My first thought to do this is to run some logic against the full list of event handler names, but I'm having trouble finding where to do that. The _mg.hasEventHandler() method seems to be the one, but it only checks for loaded event handler objects. Since MG lazy inits, not all of the event handlers load during the init. Can someone help me with accessing the list of event handlers from my XML file? Or if you have another solution to what I'm trying to do? Thanks! -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
