|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.xml.TagHandler
org.seasar.framework.container.factory.AbstractTagHandler
org.seasar.framework.container.factory.AspectTagHandler
diconファイルのaspect要素を解釈するためのクラスです。
| コンストラクタの概要 | |
AspectTagHandler()
|
|
| メソッドの概要 | |
protected AspectDefImpl |
createAspectDef()
アスペクト定義を作成します。 |
protected AspectDefImpl |
createAspectDef(Pointcut pointcut)
アスペクト定義を作成します。 |
protected Pointcut |
createPointcut(java.lang.String[] methodNames)
ポイントカットを作成します。 |
void |
end(TagHandlerContext context,
java.lang.String body)
タグの処理を終了します。 |
void |
start(TagHandlerContext context,
org.xml.sax.Attributes attributes)
タグの処理を開始します。 |
| クラス org.seasar.framework.container.factory.AbstractTagHandler から継承したメソッド |
createExpression, isComponentName |
| クラス org.seasar.framework.xml.TagHandler から継承したメソッド |
appendBody |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public AspectTagHandler()
| メソッドの詳細 |
public void start(TagHandlerContext context,
org.xml.sax.Attributes attributes)
TagHandler の記述:
TagHandler 内の startcontext - attributes -
public void end(TagHandlerContext context,
java.lang.String body)
TagHandler の記述:
TagHandler 内の endcontext - body - protected AspectDefImpl createAspectDef()
protected AspectDefImpl createAspectDef(Pointcut pointcut)
pointcut -
protected Pointcut createPointcut(java.lang.String[] methodNames)
methodNames -
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||