openGionopenGion
5.4.3.2

org.opengion.hayabusa.develop
クラス JspCreateFactory

java.lang.Object
  上位を拡張 org.opengion.hayabusa.develop.JspCreateFactory

public final class JspCreateFactory
extends java.lang.Object

コンストラクタに引数で与えられたマスタデータ情報を元に、特定のJSPタグ情報を生成する基底クラス。
マスタデータ情報はGF92のNMSYORIカラムの種別毎にJspConvertEntityオブジェクトに事前に準備する必要がある。
例)
JspConvertEntity e = new JspConvertEntity("RESULT");
e.setTableName("GF92");
e.setColumnName("NMSYORI");
継承先のクラスのexecuteメソッドでは、引数のマスタデータ情報からJSPタグの文字列を生成する処理を実装します。

作成者
Takeshi.Takada

メソッドの概要
static JspParserFilter newInstance(java.lang.String key, java.util.Map<java.lang.String,java.util.List<JspConvertEntity>> master)
          コンストラクタ(メイン)
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

newInstance

public static JspParserFilter newInstance(java.lang.String key,
                                          java.util.Map<java.lang.String,java.util.List<JspConvertEntity>> master)
コンストラクタ(メイン)

パラメータ:
key - String
master - Map>
戻り値:
新しく作成されたJspParserFilter

openGion 5.4.3.2

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