org.opengion.plugin.table
クラス JspGenerateFactory
java.lang.Object
org.opengion.plugin.table.JspGenerateFactory
public class JspGenerateFactory
- extends Object
コンストラクタに引数で与えられたマスタデータ情報を元に、特定のJSPタグ情報を生成する基底クラス。
マスタデータ情報はGF92のNMSYORIカラムの種別毎にJspConvertEntityオブジェクトに事前に準備する必要がある。
例)
JspConvertEntity e = new JspConvertEntity("RESULT");
e.setTableName("GF92");
e.setColumnName("NMSYORI");
継承先のクラスのexecuteメソッドでは、引数のマスタデータ情報からJSPタグの文字列を生成する処理を実装します。
- 作成者
- Takeshi.Takada
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspGenerateFactory
public JspGenerateFactory()
newInstance
public static final JspGenerate newInstance(String key,
HashMap<String,ArrayList<JspConvertEntity>> master)
- コンストラクタ(メイン)
- パラメータ:
key
- Stringmaster
- HashMap>
- 戻り値:
- JspGenerate
Webアプリケーションフレームワーク openGion
Copyright (c) 2009 The openGion Project.