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
クラス 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.