org.seasar.framework.aop
インタフェース S2MethodInvocation

すべてのスーパーインタフェース:
Invocation, Joinpoint, MethodInvocation
既知の実装クラスの一覧:
MethodInvocationClassGenerator.MethodInvocationTemplate, NestedMethodInvocation

public interface S2MethodInvocation
extends MethodInvocation

Seasar2用に拡張したMethodInvocationです。

作成者:
koichik

メソッドの概要
 Object getParameter(String name)
          パラメータを返します。
 Class getTargetClass()
          バイトコードがエンハンスされる前のクラスを返します。
 
インタフェース 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-2007 The Seasar Foundation. All Rights Reserved.