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.handler.GenericTagHandler から継承されたメソッド |
createUIElement, enableAutoId, enableAutoTitle, end, getElementPath, setAttributes, setBasePath, setLocation, setParent, setPath, setProperty, setRenderer, setupAutoId, setupAutoTitle |
クラス 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.