Package nablarch.integration.router
Class RoutesMethodBinder
java.lang.Object
nablarch.integration.router.RoutesMethodBinder
- All Implemented Interfaces:
MethodBinder<HttpRequest,
Object>
ルーティング用の
MethodBinder
の実装クラス。-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。
-
Constructor Details
-
RoutesMethodBinder
コンストラクタ。- Parameters:
methodName
- メソッド名
-
-
Method Details
-
bind
Description copied from interface:MethodBinder
指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。- Specified by:
bind
in interfaceMethodBinder<HttpRequest,
Object> - Parameters:
delegate
- ディスパッチ対象のオブジェクト- Returns:
- ハンドラ
-