org.seasar.uruma.rcp.configuration.writer
クラス GenericConfigurationWriter

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.configuration.writer.GenericConfigurationWriter
すべての実装されたインタフェース:
ConfigurationWriter

public class GenericConfigurationWriter
extends Object
implements ConfigurationWriter

汎用的な ConfigurationWriter です。

作成者:
y-komori

コンストラクタの概要
GenericConfigurationWriter(Class<? extends ConfigurationElement> supportType, String elementName)
          GenericConfigurationWriter を構築します。
GenericConfigurationWriter(Class<? extends ConfigurationElement> supportType, String elementName, boolean startTagOnly)
          GenericConfigurationWriter を構築します。
 
メソッドの概要
 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
 

コンストラクタの詳細

GenericConfigurationWriter

public GenericConfigurationWriter(Class<? extends ConfigurationElement> supportType,
                                  String elementName)
GenericConfigurationWriter を構築します。

パラメータ:
supportType - 対応する ConfigurationElement の型
elementName - 要素名

GenericConfigurationWriter

public GenericConfigurationWriter(Class<? extends ConfigurationElement> supportType,
                                  String elementName,
                                  boolean startTagOnly)
GenericConfigurationWriter を構築します。

パラメータ:
supportType - 対応する ConfigurationElement の型
elementName - 要素名
startTagOnly - true の場合、開始タグのみを出力する
メソッドの詳細

getSupportType

public Class<? extends ConfigurationElement> getSupportType()
定義:
インタフェース ConfigurationWriter 内の getSupportType

writeStartTag

public void writeStartTag(ConfigurationElement element,
                          Writer writer)
定義:
インタフェース ConfigurationWriter 内の writeStartTag

writeEndTag

public void writeEndTag(ConfigurationElement element,
                        Writer writer)
定義:
インタフェース ConfigurationWriter 内の writeEndTag


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