org.seasar.fisshplate.core.element
クラス WhileBlock
java.lang.Object
org.seasar.fisshplate.core.element.AbstractBlock
org.seasar.fisshplate.core.element.WhileBlock
- すべての実装されたインタフェース:
- TemplateElement
public class WhileBlock
- extends AbstractBlock
whileブロックを保持するクラスです。
- 作成者:
- rokugen
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhileBlock
public WhileBlock(RowWrapper row,
String condition)
merge
public void merge(FPContext context)
throws FPMergeException
- インタフェース
TemplateElement
の記述:
- コンテキストに格納されたデータをテンプレートに埋め込みます。
- パラメータ:
context
- コンテキスト
- 例外:
FPMergeException
- データ埋め込み時にエラーが発生した際に投げられます。
Copyright © 2009 The Seasar Foundation. All Rights Reserved.