Package nablarch.fw.web
Class HttpMethodBinding.Binder
java.lang.Object
nablarch.fw.web.HttpMethodBinding.Binder
- All Implemented Interfaces:
MethodBinder<HttpRequest,
HttpResponse>
- Enclosing class:
- HttpMethodBinding
public static class HttpMethodBinding.Binder
extends Object
implements MethodBinder<HttpRequest,HttpResponse>
HttpMethodBindingのファクトリクラス
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。
-
Constructor Details
-
Binder
public Binder()
-
-
Method Details
-
bind
指定したオブジェクトに対してメソッドレベルのディスパッチを行う ハンドラを作成して返す。- Specified by:
bind
in interfaceMethodBinder<HttpRequest,
HttpResponse> - Parameters:
delegate
- ディスパッチ対象のオブジェクト- Returns:
- ハンドラ
-