I like that WAY better. Instead of using opaque strings in @Action, use @ActionMethod on the destination methods. +1
On Fri, Oct 4, 2013 at 4:31 AM, Lukasz Lenart <[email protected]>wrote: > 2013/10/3 Steven Benitez <[email protected]>: > > Why not just have an @ActionMethod annotation? If its on the action > method, > > you can invoke it, if not, you can't. The global config option for > allowed > > methods sounds reasonable (e.g., execute, input, etc.) > > Nice idea and quite simple :-) What about "allowedActions" ? Maybe > extend @Action annotation and add "callable = true|false" which will > indicate if action can be called by action: prefix. > > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, Paul
