org.seasar.uruma.rcp.configuration
インタフェース ConfigurationWriter
- 既知の実装クラスの一覧:
- AbstractConfigurationWriter, GenericConfigurationWriter, NullConfigurationWriter
public interface ConfigurationWriter
ConfigurationElement
の内容をXMLに書き出すためのインターフェースです。
- 作成者:
- y-komori
writeStartTag
void writeStartTag(ConfigurationElement element,
Writer writer)
writeEndTag
void writeEndTag(ConfigurationElement element,
Writer writer)
getSupportType
Class<? extends ConfigurationElement> getSupportType()
Copyright © 2006-2007 The Seasar Foundation. All Rights Reserved.