クラス
jp.co.fujitsu.reffi.client.nexaweb.controller.ParameterMapping の使用

ParameterMapping を使用しているパッケージ
jp.co.fujitsu.reffi.client.nexaweb.action イベント発生時にコントローラから起動される、アクション基底クラスパッケージです。 
jp.co.fujitsu.reffi.client.nexaweb.controller View(Action)、Modelを制御するコントローラを構成する為の構成要素が入ったパッケージです。 
jp.co.fujitsu.reffi.client.nexaweb.model アクションで予約され、コントローラが起動するモデルクラスを提供します。 
 

jp.co.fujitsu.reffi.client.nexaweb.action での ParameterMapping の使用
 

ParameterMapping を返す jp.co.fujitsu.reffi.client.nexaweb.action のメソッド
 ParameterMapping AbstractAction.getParameterMapping()
          [概 要] MVC各レイヤを伝播するパラメータオブジェクトを取得します。
 ParameterMapping Action.run(ParameterMapping parameterMapping)
          [概 要] コントローラにコールされるアクションの主幹メソッドです。
 ParameterMapping DispatchAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラから呼び出されるアクションの基幹メソッドです。
 ParameterMapping BaseAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラにコールされるアクションの主幹メソッドです。
 ParameterMapping FlexibleAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラから呼び出されるアクションの基幹メソッドです。
 ParameterMapping AbstractAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラにコールされるアクションの主幹メソッドです。
 

ParameterMapping 型のパラメータを持つ jp.co.fujitsu.reffi.client.nexaweb.action のメソッド
protected  void FlexibleAction.execute(ParameterMapping parameterMapping)
          [概 要] アクション処理を実装するメソッドです。
protected  boolean BaseAction.prepare(ParameterMapping parameterMapping)
          [概 要] BaseAction内で最初にテンプレートコールされるメソッドです。
 ParameterMapping Action.run(ParameterMapping parameterMapping)
          [概 要] コントローラにコールされるアクションの主幹メソッドです。
 ParameterMapping DispatchAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラから呼び出されるアクションの基幹メソッドです。
 ParameterMapping BaseAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラにコールされるアクションの主幹メソッドです。
 ParameterMapping FlexibleAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラから呼び出されるアクションの基幹メソッドです。
 ParameterMapping AbstractAction.run(ParameterMapping parameterMapping)
          [概 要] コントローラにコールされるアクションの主幹メソッドです。
 void AbstractAction.setParameterMapping(ParameterMapping parameterMapping)
          [概 要] MVC各レイヤを伝播するパラメータオブジェクトを設定します。
 

jp.co.fujitsu.reffi.client.nexaweb.controller での ParameterMapping の使用
 

ParameterMapping を返す jp.co.fujitsu.reffi.client.nexaweb.controller のメソッド
 ParameterMapping ParameterMapping.clone()
          [概 要] このクラスオブジェクトの複製を返却します。
protected  ParameterMapping BaseController.createParameterMapping()
          [概 要] MVC各レイヤを巡回するParameteraMappingオブジェクトを生成、初期化します。
 ParameterMapping BaseController.runAction(Class<? extends Action> actionClass, ParameterMapping parameterMapping)
          [概 要] イベントに対応するアクションを実行します。
 

ParameterMapping 型のパラメータを持つ jp.co.fujitsu.reffi.client.nexaweb.controller のメソッド
protected  void BaseController.handlerFinalize(ParameterMapping mapping)
          [概 要] 各ユーザ定義イベントハンドリングの最後にテンプレートコールされるメソッドです。
 Object BaseController.invoke(Class<? extends Action> actionClass, ParameterMapping parameterMapping)
          [概 要] コントローラの主幹メソッドです。
protected  boolean BaseController.isDuplicateActionInvoke(ParameterMapping parameterMapping)
          [概 要] 多重起動を許可するかチェックします。
 ParameterMapping BaseController.runAction(Class<? extends Action> actionClass, ParameterMapping parameterMapping)
          [概 要] イベントに対応するアクションを実行します。
 Object BaseController.runModel(Model model, ParameterMapping parameterMapping)
          [概 要] モデルを単体実行します。
 void BaseController.runModels(List<Class<? extends Model>> modelClasses, ParameterMapping parameterMapping, int executeIndex, ModelProcessEvent modelProcessEvent)
          [概 要] アクションで予約されたモデル郡をインスタンス化して連続実行します。
 void BaseController.runModelsAndNoWait(List<Class<? extends Model>> modelClasses, ParameterMapping parameterMapping)
          [概 要] アクションで予約されたモデル郡をインスタンス化して連続実行します。
 void BaseController.runModelWithProcessListener(Model model, ModelProcessListener listener, ParameterMapping parameterMapping)
          [概 要] モデルを単体実行します。
 

jp.co.fujitsu.reffi.client.nexaweb.model での ParameterMapping の使用
 

ParameterMapping を返す jp.co.fujitsu.reffi.client.nexaweb.model のメソッド
 ParameterMapping BaseModel.getParameterMapping()
          [概 要] MVC各レイヤを巡回するパラメータオブジェクトを返却します。
 

ParameterMapping 型のパラメータを持つ jp.co.fujitsu.reffi.client.nexaweb.model のメソッド
 void BaseModel.setParameterMapping(ParameterMapping parameterMapping)
          [概 要] MVC各レイヤを巡回するパラメータオブジェクトを設定します。
 



Copyright(C) Fujitsu All Rights Reserved.