org.seasar.framework.aop
インタフェース S2MethodInvocation
- すべてのスーパーインタフェース:
- org.aopalliance.intercept.Invocation, org.aopalliance.intercept.Joinpoint, org.aopalliance.intercept.MethodInvocation
- 既知の実装クラスの一覧:
- MethodInvocationClassGenerator.MethodInvocationTemplate, NestedMethodInvocation
- public interface S2MethodInvocation
- extends org.aopalliance.intercept.MethodInvocation
Seasar2用に拡張したMethodInvocation
です。
- 作成者:
- koichik
インタフェース org.aopalliance.intercept.MethodInvocation から継承したメソッド |
getMethod |
インタフェース org.aopalliance.intercept.Invocation から継承したメソッド |
getArguments |
インタフェース org.aopalliance.intercept.Joinpoint から継承したメソッド |
getStaticPart, getThis, proceed |
getTargetClass
public Class getTargetClass()
- バイトコードがエンハンスされる前のクラスを返します。
- 戻り値:
getParameter
public Object getParameter(String name)
- パラメータを返します。 処理をカスタマイズするためにパラメータを使用する場合に使います。
- パラメータ:
name
-
- 戻り値:
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.