com.hamaf.hikyaku.taglibs
クラス ListCounter

java.lang.Object
  上位を拡張 TagSupport
      上位を拡張 com.hamaf.hikyaku.taglibs.ListCounter

public class ListCounter
extends TagSupport

タイトル:ListCounter is TagLib.

説明:一覧件数表示用のタグリブ。

プロパティ名 必須/任意 説明
なし なし なし

著作権: Copyright (c) 2004/10/28

バージョン:
1.0
作成者:
y-hamanaka

コンストラクタの概要
ListCounter()
           
 
メソッドの概要
 int doEndTag()
          タグ終了時に呼び出される
 int doStartTag()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ListCounter

public ListCounter()
メソッドの詳細

doStartTag

public int doStartTag()
               throws JspException
例外:
JspException

doEndTag

public final int doEndTag()
                   throws JspException
タグ終了時に呼び出される

戻り値:
EVAL_PAGE
例外:
JspException