Re: Spring Plugin

2013-08-26 Thread Łukasz Lenart
Yes 2013/8/26 Alireza Fattahi : > Hi, > > When we are using spring plugin, all the objects actions, interceptors, > filters are managed by spring. Is it correct?! > > > ~Regards, > ~~Alireza Fattahi -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Conf

Re: Spring Plugin

2013-08-26 Thread Lukasz Lenart
Yes 2013/8/26 Alireza Fattahi : > Hi, > > When we are using spring plugin, all the objects actions, interceptors, > filters are managed by spring. Is it correct?! > > > ~Regards, > ~~Alireza Fattahi -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: Spring Plugin and Interceptor instantiation

2011-06-28 Thread Wes Wannemacher
Spring will instantiate the interceptors (and actions and results) if spring is able to resolve the name given as a bean. Think of it like this, if you specify an interceptor like so - and "executeAndWaitInterceptorBean" resolves as a bean name in your spring context, then it will use the resolved