org.seasar.uruma.rcp.configuration.writer
クラス AbstractConfigurationWriter<ELEMENT_TYPE extends ConfigurationElement>
java.lang.Object
org.seasar.uruma.rcp.configuration.writer.AbstractConfigurationWriter<ELEMENT_TYPE>
- 型パラメータ:
ELEMENT_TYPE
- 対応する ConfigurationElement
の型
- すべての実装されたインタフェース:
- ConfigurationWriter
- 直系の既知のサブクラス:
- NullConfigurationWriter
public abstract class AbstractConfigurationWriter<ELEMENT_TYPE extends ConfigurationElement>
- extends Object
- implements ConfigurationWriter
ConfigurationWriter
のための基底クラスです。
- 作成者:
- y-komori
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractConfigurationWriter
public AbstractConfigurationWriter()
getSupportType
public final Class<? extends ConfigurationElement> getSupportType()
- 定義:
- インタフェース
ConfigurationWriter
内の getSupportType
writeStartTag
public final void writeStartTag(ConfigurationElement element,
Writer writer)
- 定義:
- インタフェース
ConfigurationWriter
内の writeStartTag
writeEndTag
public final void writeEndTag(ConfigurationElement element,
Writer writer)
- 定義:
- インタフェース
ConfigurationWriter
内の writeEndTag
doGetSupportType
public abstract Class<ELEMENT_TYPE> doGetSupportType()
doWriteStartTag
public abstract void doWriteStartTag(ELEMENT_TYPE element,
Writer writer)
throws IOException
- 例外:
IOException
doWriteEndTag
public abstract void doWriteEndTag(ELEMENT_TYPE element,
Writer writer)
throws IOException
- 例外:
IOException
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.