org.seasar.framework.container.impl
クラス AspectDefImpl
java.lang.Object
org.seasar.framework.container.impl.ArgDefImpl
org.seasar.framework.container.impl.AspectDefImpl
- すべての実装インタフェース:
- ArgDef, AspectDef, MetaDefAware
- public class AspectDefImpl
- extends ArgDefImpl
- implements AspectDef
- 作成者:
- higa
クラス org.seasar.framework.container.impl.ArgDefImpl から継承したメソッド |
addMetaDef, getContainer, getExpression, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize, getValue, isValueGettable, setChildComponentDef, setContainer, setExpression, setValue |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectDefImpl
public AspectDefImpl()
AspectDefImpl
public AspectDefImpl(Pointcut pointcut)
AspectDefImpl
public AspectDefImpl(MethodInterceptor interceptor)
AspectDefImpl
public AspectDefImpl(MethodInterceptor interceptor,
Pointcut pointcut)
getPointcut
public Pointcut getPointcut()
- インタフェース
AspectDef
の記述:
- ポイントカットを返します。
- 定義:
- インタフェース
AspectDef
内の getPointcut
- 戻り値:
- ポイントカット
setPointcut
public void setPointcut(Pointcut pointcut)
- インタフェース
AspectDef
の記述:
- ポイントカットを設定します。
- 定義:
- インタフェース
AspectDef
内の setPointcut
- パラメータ:
pointcut
-
getAspect
public Aspect getAspect()
- インタフェース
AspectDef
の記述:
- アスペクトを返します。
- 定義:
- インタフェース
AspectDef
内の getAspect
- 戻り値:
- アスペクト
- 関連項目:
AspectDef.getAspect()
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.