openGionopenGion
5.2.0.0

org.opengion.plugin.develop
クラス JspCreate_OG_VIEW

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

public class JspCreate_OG_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( "OG_QUERY",m );
j.execute("<og:view />");

作成者
Takeshi.Takada

フィールドの概要
 
クラス org.opengion.hayabusa.develop.AbstractJspCreate から継承されたフィールド
CR, KEY, NAME
 
コンストラクタの概要
JspCreate_OG_VIEW()
           
 
メソッドの概要
protected  java.lang.String execute(OGAttributes attr)
          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
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JspCreate_OG_VIEW

public JspCreate_OG_VIEW()
メソッドの詳細

init

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

定義:
クラス AbstractJspCreate 内の init
パラメータ:
master - Map>

execute

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

定義:
クラス AbstractJspCreate 内の execute
パラメータ:
attr - OGAttributes エレメントの属性オブジェクト
戻り値:
String 変換された文字列
例外:
java.lang.Throwable - 変換時のエラー

openGion 5.2.0.0

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