org.seasar.uruma.component.writer
クラス ComponentModelWriter

java.lang.Object
  上位を拡張 org.seasar.uruma.component.writer.ComponentModelWriter

public class ComponentModelWriter
extends Object

Uruma のコンポーネントモデルを画面定義 XML ファイルへ出力するためのクラスです。

作成者:
y-komori

メソッドの概要
static void writeTemplate(Template template, String path)
          Template オブジェクトを画面定義 XML ファイルへ出力します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

writeTemplate

public static void writeTemplate(Template template,
                                 String path)
                          throws IOException
Template オブジェクトを画面定義 XML ファイルへ出力します。

パラメータ:
template - Template オブジェクト
path - 出力先パス
例外:
IOException - 出力に失敗した場合


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