public abstract class RoutingHandlerSupport extends DispatchHandler<HttpRequest,HttpResponse,RoutingHandlerSupport> implements HttpRequestHandler
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
protected MethodBinderFactory | 
methodBinderFactory
MethodBinderのファクトリ。 | 
| コンストラクタと説明 | 
|---|
RoutingHandlerSupport()  | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
void | 
setMethodBinderFactory(MethodBinderFactory methodBinderFactory)
MethodBinderFactoryを設定する。 | 
createHandlerFor, getHandlerClass, handle, setImmediate, writeDispatchingClassLogclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected MethodBinderFactory methodBinderFactory
MethodBinderのファクトリ。public void setMethodBinderFactory(MethodBinderFactory methodBinderFactory)
MethodBinderFactoryを設定する。methodBinderFactory - MethodBinderFactory