liguofeng29’s blog

個人勉強用ブログだっす。

2015-08-08から1日間の記事一覧

S2AOP - 独自InterType

独自にInterTypeを作成する場合は、次のインターフェースまたは、抽象クラスを実装します。 org.seasar.framework.aop.InterType org.seasar.framework.aop.intertype.AbstractInterType 空クラスにメソッドを追加してみる。 app.dicon

S2AOP - InterType

InterTypeはクラスの静的な構造(フィールド追加、メソッド追加)を変更することができます。 S2AOPとして提供しているInterType - PropertyInterType a. フィールドに対するsetter,getterが追加できる。 b. <interType>タグを使う c. protected, publicフィールドであ</intertype>…

S2AOP - 独自Interceptor

独自にInterceptorを作成する場合は、次のインターフェースまたは、抽象クラスを実装します。 org.aopalliance.intercept.MethodInterceptor org.seasar.framework.aop.interceptors.AbstractInterceptor app.dicon