org.seasar.fisshplate.core
クラス Row

java.lang.Object
  上位を拡張 org.seasar.fisshplate.core.Row
すべての実装されたインタフェース:
TemplateElement

public class Row
extends Object
implements TemplateElement

行要素クラスです。行の中にあるセルの情報を保持します。

作成者:
rokugen

フィールドの概要
protected  List cellElementList
           
 
メソッドの概要
 void merge(FPContext context)
          コンテキストに格納されたデータをテンプレートに埋め込みます。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

cellElementList

protected List cellElementList
メソッドの詳細

merge

public void merge(FPContext context)
           throws FPMergeException
インタフェース TemplateElement の記述:
コンテキストに格納されたデータをテンプレートに埋め込みます。

定義:
インタフェース TemplateElement 内の merge
パラメータ:
context - コンテキスト
例外:
FPMergeException - データ埋め込み時にエラーが発生した際に投げられます。


Copyright © 2007 The Seasar Foundation. All Rights Reserved.