org.opengion.plugin.develop
クラス JspCreate_OG_COLUMN
java.lang.Object
org.opengion.hayabusa.develop.AbstractJspCreate
org.opengion.plugin.develop.JspCreate_OG_COLUMN
- すべての実装されたインタフェース:
- JspParserFilter
public class JspCreate_OG_COLUMN
- extends AbstractJspCreate
query.jspの<tr><og:column>タグを作成します。
●使用例
JspConvertEntity e = new JspConvertEntity();
e.setTableName("GF92");
e.setColumnName("CLM");
List< JspConvertEntity> a = new List< JspConvertEntity>();
a.add( e );
HashMap< String , List< JspConvertEntity> > m = new HashMap< String , List >();
m.put( "ORDER", a );
JspTakeout_OG_COLUMN j = new JspTakeout_OG_COLUMN( m );
j.execute("<og:column />");
- 作成者
- Administrator
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspCreate_OG_COLUMN
public JspCreate_OG_COLUMN()
init
protected void init(Map<String,List<JspConvertEntity>> master)
- 初期化メソッド
内部で使用する JspConvertEntity の List のマップを受け取り、初期化を行います。
- 定義:
- クラス
AbstractJspCreate
内の init
- パラメータ:
master
- Map>
execute
protected String execute(OGAttributes attr)
throws Throwable
- JSPに出力するタグの内容を作成します。
引数より作成前のタグの属性内容を確認するする事が出来ます。
- 定義:
- クラス
AbstractJspCreate
内の execute
- パラメータ:
attr
- OGAttributes エレメントの属性オブジェクト
- 戻り値:
- String 変換された文字列
- 例外:
Throwable
- 変換時のエラー
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.