openGionopenGion
5.1.6.0

org.opengion.plugin.table
クラス JspTakeout_OG_VIEW

java.lang.Object
  上位を拡張 org.opengion.plugin.table.JspTakeoutImpl
      上位を拡張 org.opengion.plugin.table.JspTakeout_OG_VIEW
すべての実装されたインタフェース:
JspTakeout

public class JspTakeout_OG_VIEW
extends JspTakeoutImpl

<og:view>タグを読み込むクラス。

●返却される内容
RESULT_TOP(JspTakeout_OG_QUERYのRESULTへ値を追加)

●使用例
JspTakeoutEntity e = new JspTakeoutEntity();
e.setName("og:view");
e.setText("SELECT * FROM GF92");
ArrayList< JspTakeoutEntity> a = new ArrayList< JspTakeoutEntity>();
a.add( e );
JspTakeout_OG_VIEW j = new JspTakeout_OG_VIEW();
ArrayList r = j.execute( a );

作成者
Takeshi.Takada

フィールドの概要
 
クラス org.opengion.plugin.table.JspTakeoutImpl から継承されたフィールド
_result
 
コンストラクタの概要
JspTakeout_OG_VIEW()
           
 
メソッドの概要
 ArrayList<JspConvertEntity> execute(ArrayList<JspTakeoutEntity> tag_infos)
          引数のタグ情報をJspConvertEntityへセットし、リストを作成します。
 
クラス org.opengion.plugin.table.JspTakeoutImpl から継承されたメソッド
peepsResult, splitComma
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JspTakeout_OG_VIEW

public JspTakeout_OG_VIEW()
メソッドの詳細

execute

public ArrayList<JspConvertEntity> execute(ArrayList<JspTakeoutEntity> tag_infos)
                                    throws Throwable
インタフェース JspTakeout の記述:
引数のタグ情報をJspConvertEntityへセットし、リストを作成します。

定義:
インタフェース JspTakeout 内の execute
オーバーライド:
クラス JspTakeoutImpl 内の execute
戻り値:
リスト
例外:
Throwable

openGion 5.1.6.0

Webアプリケーションフレームワーク openGion
SourceForge.JPCopyright (c) 2009 The openGion Project.