クラス
woolpack.action.ForwardDef の使用

ForwardDef を使用しているパッケージ
woolpack.action MVC2 を定義し制御するための部品が含まれる。 
 

woolpack.action での ForwardDef の使用
 

ForwardDef を返す woolpack.action のメソッド
 ForwardDef ActionResult.getForwardDef()
          遷移先定義を返す。
 

ForwardDef 型の引数を持つ型を返す woolpack.action のメソッド
 java.lang.Iterable<ForwardDef> ActionDef.getForwardDefIterable()
          遷移先定義の一覧を返す。
 

Method parameters in woolpack.action with type arguments of type ForwardDef
static ActionResult ActionInvoker.findId(java.lang.Iterable<ForwardDef> iterable, java.lang.Object aReturnedObject)
          遷移先定義を検索して実行結果を返す。
 

ForwardDef 型のパラメータを持つ woolpack.action のコンストラクタ
ActionDef(GettingEL methodEL, ForwardDef... forwardDefArray)
          コンストラクタ。
ActionDef(GettingEL componentEL, GettingEL methodEL, ForwardDef... forwardDefArray)
          コンストラクタ。
ActionInvoker(Switchable<java.lang.String,ActionDef> switchable, ForwardDef... array)
          コンストラクタ。
ActionResult(ForwardDef forwardDef, java.lang.Object returnedObject)
          コンストラクタ。
 

Constructor parameters in woolpack.action with type arguments of type ForwardDef
ActionDef(GettingEL componentEL, GettingEL methodEL, java.lang.Iterable<ForwardDef> forwardDefIterable)
          コンストラクタ。
ActionDef(GettingEL methodEL, java.lang.Iterable<ForwardDef> forwardDefIterable)
          コンストラクタ。
ActionInvoker(Switchable<java.lang.String,ActionDef> switchable, java.lang.Iterable<ForwardDef> iterable)
          コンストラクタ。
 



Copyright (C) 2006 Takahiro Nakamura. All rights reserved.