1. Is it got any way that can apply multiple advice to NameMatchMethodPointcutAdvisor ? forum.springsource.orghi, i just wondering if that any way to apply multiple advice to particular method name ? The NameMatchMethodPointcutAdvisor.setAdvice(Advice advice) properties show that it only accept one advice, is that any ... |
2. Help with NameMatchMethodPointcutAdvisor forum.springsource.orgHelp with NameMatchMethodPointcutAdvisor Hi, I've configured an Advice, advisor, and a proxyfactorybean but when I glue it all together and start Tomcat, It doesnt't work. Here is my dispatcher-servlet.xml config: |
3. NameMatchMethodPointcutAdvisor && ParameterMethodNameResolver forum.springsource.orgNameMatchMethodPointcutAdvisor && ParameterMethodNameResolver Wonder if anyone has had something similar to this happen, I'm just trying to introduce Spring AOP into my project, and am currently using ParameterMethodNameResolver with MutliActionController from ... |
4. NameMatchMethodPointcutAdvisor prevents advisor being called forum.springsource.org |