org.seasar.fisshplate.core.element
クラス ElseIfBlock

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

public class ElseIfBlock
extends IfBlock

作成者:
rokugen

フィールドの概要
 
クラス org.seasar.fisshplate.core.element.AbstractBlock から継承されたフィールド
childList
 
コンストラクタの概要
ElseIfBlock(String condition)
           
 
メソッドの概要
 
クラス org.seasar.fisshplate.core.element.IfBlock から継承されたメソッド
getNextBlock, merge, setNextBlock
 
クラス org.seasar.fisshplate.core.element.AbstractBlock から継承されたメソッド
addChild, getChildList, mergeChildren
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ElseIfBlock

public ElseIfBlock(String condition)
パラメータ:
condition - 条件式


Copyright © 2009 The Seasar Foundation. All Rights Reserved.