org.seasar.uruma.rcp.configuration
インタフェース ConfigurationWriter

既知の実装クラスの一覧:
AbstractConfigurationWriter, GenericConfigurationWriter, NullConfigurationWriter

public interface ConfigurationWriter

ConfigurationElement の内容をXMLに書き出すためのインターフェースです。

作成者:
y-komori

メソッドの概要
 Class<? extends ConfigurationElement> getSupportType()
           
 void writeEndTag(ConfigurationElement element, Writer writer)
           
 void writeStartTag(ConfigurationElement element, Writer writer)
           
 

メソッドの詳細

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.