public abstract class AbstractAspectDefBuilder extends Object implements AspectDefBuilder
AspectDefを作成するコンポーネントの実装クラスです。| コンストラクタと説明 |
|---|
AbstractAspectDefBuilder() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
appendAspect(ComponentDef componentDef,
String interceptor,
Method pointcut)
|
protected void |
appendAspect(ComponentDef componentDef,
String interceptor,
String pointcut)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendAspectDefprotected void appendAspect(ComponentDef componentDef, String interceptor, String pointcut)
componentDef - コンポーネント定義interceptor - インターセプタを示すOGNL式pointcut - ポイントカットを示す文字列 (カンマ区切りの正規表現)protected void appendAspect(ComponentDef componentDef, String interceptor, Method pointcut)
componentDef - コンポーネント定義interceptor - インターセプタを示すOGNL式pointcut - インターセプタを適用するメソッドCopyright © 2015 The DBFlute Project. All rights reserved.