openGionopenGion
5.1.6.0

org.opengion.plugin.table
クラス JspTakeout_OG_COLUMN

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

public class JspTakeout_OG_COLUMN
extends JspTakeoutImpl

query.jspのタグを読み込むクラス。

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

●使用例
JspTakeoutEntity e = new JspTakeoutEntity();
e.setName("og:column");
HashMap m = new HashMap();
h.put("name","xxxx");
e.setElements( h );
ArrayList< JspTakeoutEntity> a = new ArrayList< JspTakeoutEntity>();
a.add( e );
JspTakeout_OG_COLUMN j = new JspTakeout_OG_COLUMN();
ArrayList r = j.execute( a );

作成者
Takeshi.Takada

フィールドの概要
 
クラス org.opengion.plugin.table.JspTakeoutImpl から継承されたフィールド
_result
 
コンストラクタの概要
JspTakeout_OG_COLUMN()
           
 
メソッドの概要
 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_COLUMN

public JspTakeout_OG_COLUMN()
メソッドの詳細

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.