org.seasar.uruma.component.factory.handler
クラス ConfigurationTagHandler

java.lang.Object
  上位を拡張 org.seasar.framework.xml.TagHandler
      上位を拡張 org.seasar.uruma.component.factory.UrumaTagHandler
          上位を拡張 org.seasar.uruma.component.factory.handler.GenericTagHandler
              上位を拡張 org.seasar.uruma.component.factory.handler.ConfigurationTagHandler
すべての実装されたインタフェース:
Serializable

public class ConfigurationTagHandler
extends GenericTagHandler

ConfigurationElement を実装したコンポーネントに対応するタグのためのタグハンドラです。

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

フィールドの概要
 
クラス org.seasar.uruma.component.factory.UrumaTagHandler から継承されたフィールド
PARAM_BASE_PATH, PARAM_PATH
 
コンストラクタの概要
ConfigurationTagHandler(Class<? extends UIElement> uiElementClass)
          ConfigurationTagHandler を構築します。
 
メソッドの概要
protected  void setupConfigurationWriter(ConfigurationElement element)
           
protected  void setupRcpId(ConfigurationElement element, TagHandlerContext context)
           
 void start(TagHandlerContext context, Attributes attributes)
           
 
クラス org.seasar.uruma.component.factory.handler.GenericTagHandler から継承されたメソッド
createUIElement, enableAutoId, enableAutoTitle, end, getElementPath, setAttributes, setBasePath, setLocation, setParent, setPath, setProperty, setRenderer, setupAutoId, setupAutoTitle
 
クラス org.seasar.framework.xml.TagHandler から継承されたメソッド
appendBody
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConfigurationTagHandler

public ConfigurationTagHandler(Class<? extends UIElement> uiElementClass)
ConfigurationTagHandler を構築します。

パラメータ:
uiElementClass - 対応するクラス
メソッドの詳細

start

public void start(TagHandlerContext context,
                  Attributes attributes)
オーバーライド:
クラス GenericTagHandler 内の start

setupConfigurationWriter

protected void setupConfigurationWriter(ConfigurationElement element)

setupRcpId

protected void setupRcpId(ConfigurationElement element,
                          TagHandlerContext context)


Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.