openGionopenGion
5.5.3.0

org.opengion.plugin.develop
クラス JspCreate_VIEW

java.lang.Object
  上位を拡張 org.opengion.hayabusa.develop.AbstractJspCreate
      上位を拡張 org.opengion.plugin.develop.JspCreate_VIEW
すべての実装されたインタフェース:
JspParserFilter

public class JspCreate_VIEW
extends AbstractJspCreate

result.jspの<og:view>タグを作成します。
●使用例
JspConvertEntity e = new JspConvertEntity();
e.setTableName("GF92");
e.setColumnName("CLM");
List< JspConvertEntity> a = new ArrayList< JspConvertEntity>();
a.add( e );
Map< String , List< JspConvertEntity> > m = new Map< String , List< JspConvertEntity > >();
m.put( "RESULT", a );
JspCreate j = JspCreateFactory.newInstance( "QUERY",m );
j.execute("<og:view />");

作成者
Takeshi.Takada

フィールドの概要
 
クラス org.opengion.hayabusa.develop.AbstractJspCreate から継承されたフィールド
CR, KEY, NAME
 
コンストラクタの概要
JspCreate_VIEW()
           
 
メソッドの概要
protected  java.lang.String execute(OGElement ele, java.lang.String nameSpace)
          JSPに出力するタグの内容を作成します。
protected  void init(java.util.Map<java.lang.String,java.util.List<JspConvertEntity>> master)
          初期化メソッド 内部で使用する JspConvertEntity の List のマップを受け取り、初期化を行います。
 
クラス org.opengion.hayabusa.develop.AbstractJspCreate から継承されたメソッド
chainChar, filter, isExecute, isNotEmpty
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JspCreate_VIEW

public JspCreate_VIEW()
メソッドの詳細

init

protected void init(java.util.Map<java.lang.String,java.util.List<JspConvertEntity>> master)
初期化メソッド 内部で使用する JspConvertEntity の List のマップを受け取り、初期化を行います。

定義:
クラス AbstractJspCreate 内の init
パラメータ:
master - Map>
変更履歴:
5.2.1.0 (2010/10/01) 名前空間を、og 決め打ちから、名前空間指定無しに変更します。

execute

protected java.lang.String execute(OGElement ele,
                                   java.lang.String nameSpace)
                            throws java.lang.Throwable
JSPに出力するタグの内容を作成します。 引数より作成前のタグの属性内容を確認するする事が出来ます。

定義:
クラス AbstractJspCreate 内の execute
パラメータ:
ele - OGElement エレメントオブジェクト
nameSpace - String このドキュメントのnameSpace( og とか mis とか )
戻り値:
String 変換された文字列
例外:
java.lang.Throwable - 変換時のエラー
変更履歴:
5.2.1.0 (2010/10/01) メソッドの引数を、OGAttributes から OGElement に変更します。
5.2.1.0 (2010/10/01) 名前空間を、og 決め打ちから、引数を使用するように変更します。

openGion 5.5.3.0

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