关于spring aop around advice返回struts请求

时间:2013-11-21 02:01:58

标签: spring struts2 aop

每个人,我都有弹跳的问题。当我使用基于配置文件的around建议时,它将返回一个strust请求。但它不起作用。打击显示:

public Object invoke(ProceedingJoinPoint joinPoint) throws Throwable { return joinPoint.proceed(); //this will return 'addEmp'; }

这样的struts.xml:

<action name="xxxx" class="xxx">
        <result name="addEmp">pers_xxx.action</result>
    </action>

我是怎么做到的?

0 个答案:

没有答案