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