<div>李楽です。</div>
<div>いつもお世話になりました。</div>
<div> </div>
<div>プロジェクト内のAction内の全てのDB更新や削除などInterceptしたい場合はどうする?</div>
<div>(メソッドをInterceptして、権限を判断したい)</div>
<div> </div>
<div>public class MyThrowableInterceptor extends AbstractInterceptor {<br> <br> public Object invoke(MethodInvocation invocation) throws Throwable {<br> System.out.println("before");<br> Object ret = invocation.proceed();<br>
System.out.println("after");<br> return ret;</div>
<div>
<p>}</p>
<p>**.dicon<br><component name="myThrowableInterceptor" class="**.**.MyThrowableInterceptor"><br> <aspect pointcut="?"></aspect><br> <property name="pointcut">?</property><br>
</component></p></div>