public class AspectTagHandler extends AbstractTagHandler
aspect要素を解釈するためのクラスです。| コンストラクタと説明 |
|---|
AspectTagHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected AspectDefImpl |
createAspectDef()
アスペクト定義を作成します。
|
protected AspectDefImpl |
createAspectDef(Pointcut pointcut)
アスペクト定義を作成します。
|
protected Pointcut |
createPointcut(String[] methodNames)
ポイントカットを作成します。
|
void |
end(TagHandlerContext context,
String body)
タグの処理を終了します。
|
void |
start(TagHandlerContext context,
Attributes attributes)
タグの処理を開始します。
|
createExpression, createExpression, createScriptingExpression, doCreateExpression, isComponentNameappendBodypublic void start(TagHandlerContext context, Attributes attributes)
TagHandlerstart クラス内 TagHandlerpublic void end(TagHandlerContext context, String body)
TagHandlerend クラス内 TagHandlerprotected AspectDefImpl createAspectDef()
protected AspectDefImpl createAspectDef(Pointcut pointcut)
pointcut - Copyright © 2015 The DBFlute Project. All rights reserved.