org.seasar.framework.container.factory
クラス AspectTagHandler

java.lang.Object
  拡張org.seasar.framework.xml.TagHandler
      拡張org.seasar.framework.container.factory.AbstractTagHandler
          拡張org.seasar.framework.container.factory.AspectTagHandler
すべての実装インタフェース:
java.io.Serializable

public class AspectTagHandler
extends AbstractTagHandler

diconファイルのaspect要素を解釈するためのクラスです。

作成者:
higa
関連項目:
直列化された形式

コンストラクタの概要
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
 

コンストラクタの詳細

AspectTagHandler

public AspectTagHandler()
メソッドの詳細

start

public void start(TagHandlerContext context,
                  org.xml.sax.Attributes attributes)
クラス TagHandler の記述:
タグの処理を開始します。

オーバーライド:
クラス TagHandler 内の start
パラメータ:
context -
attributes -

end

public void end(TagHandlerContext context,
                java.lang.String body)
クラス TagHandler の記述:
タグの処理を終了します。

オーバーライド:
クラス TagHandler 内の end
パラメータ:
context -
body -

createAspectDef

protected AspectDefImpl createAspectDef()
アスペクト定義を作成します。

戻り値:
アスペクト定義

createAspectDef

protected AspectDefImpl createAspectDef(Pointcut pointcut)
アスペクト定義を作成します。

パラメータ:
pointcut -
戻り値:
アスペクト定義

createPointcut

protected Pointcut createPointcut(java.lang.String[] methodNames)
ポイントカットを作成します。

パラメータ:
methodNames -
戻り値:
ポイントカット


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.