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

コンストラクタの概要
AbstractConfigurationWriter()
           
 
メソッドの概要
abstract  Class<ELEMENT_TYPE> doGetSupportType()
           
abstract  void doWriteEndTag(ELEMENT_TYPE element, Writer writer)
           
abstract  void doWriteStartTag(ELEMENT_TYPE element, Writer writer)
           
 Class<? extends ConfigurationElement> getSupportType()
           
 void writeEndTag(ConfigurationElement element, Writer writer)
           
 void writeStartTag(ConfigurationElement element, Writer writer)
           
 
クラス 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.