public class AspectDefImpl extends ArgDefImpl implements AspectDef
| コンストラクタと説明 |
|---|
AspectDefImpl() |
AspectDefImpl(MethodInterceptor interceptor) |
AspectDefImpl(MethodInterceptor interceptor,
Pointcut pointcut) |
AspectDefImpl(Pointcut pointcut) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Aspect |
getAspect()
アスペクトを返します。
|
Pointcut |
getPointcut()
ポイントカットを返します。
|
void |
setPointcut(Pointcut pointcut)
ポイントカットを設定します。
|
addMetaDef, getContainer, getExpression, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSize, getValue, isValueGettable, setChildComponentDef, setContainer, setExpression, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainer, getExpression, getValue, isValueGettable, setChildComponentDef, setContainer, setExpression, setValueaddMetaDef, getMetaDef, getMetaDef, getMetaDefs, getMetaDefSizepublic AspectDefImpl()
public AspectDefImpl(Pointcut pointcut)
public AspectDefImpl(MethodInterceptor interceptor)
public AspectDefImpl(MethodInterceptor interceptor, Pointcut pointcut)
public Pointcut getPointcut()
AspectDefgetPointcut インタフェース内 AspectDefpublic void setPointcut(Pointcut pointcut)
AspectDefsetPointcut インタフェース内 AspectDefCopyright © 2015 The DBFlute Project. All rights reserved.