Woolpack API

クラス
woolpack.action.ActionInvoker の使用

ActionInvoker を使用しているパッケージ
woolpack.action MVC2 を定義し制御する部品のパッケージです。 
woolpack.ee Web アプリケーション用部品とServlet API に依存する部品のパッケージです。 
 

woolpack.action での ActionInvoker の使用
 

ActionInvoker 型のパラメータを持つ woolpack.action のメソッド
static void ActionInvoker.setValuesTo(java.lang.Object root, java.util.Map inputMap, ActionInvoker invoker)
          inputMap の値を root に設定します。
 

woolpack.ee での ActionInvoker の使用
 

ActionInvoker を返す woolpack.ee のメソッド
 ActionInvoker ActionBuilder.getActionDefs()
           
 

ActionInvoker 型のパラメータを持つ woolpack.ee のメソッド
 void ActionBuilder.setActionDefs(ActionInvoker actionDefs)
           
 

ActionInvoker 型のパラメータを持つ woolpack.ee のコンストラクタ
ActionBuilder(ActionInvoker actionDefs, Fn<GettingEL,? extends Fn<? super EEContext,java.lang.Void,? extends java.lang.RuntimeException>,? extends java.lang.RuntimeException> autoUpdaterFactory)
           
ActionBuilder(ActionInvoker actionDefs, Fn<GettingEL,? extends Fn<? super EEContext,java.lang.Void,? extends java.lang.RuntimeException>,? extends java.lang.RuntimeException> autoUpdaterFactory, EL forwardComponentELEL, EL returnEL)
           
ActionBuilder(ActionInvoker actionDefs, java.lang.Iterable<java.lang.String> attrNames)
           
 


Woolpack API

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