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, writeDispatchingClassLog
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handle
protected MethodBinderFactory methodBinderFactory
MethodBinder
のファクトリ。public void setMethodBinderFactory(MethodBinderFactory methodBinderFactory)
MethodBinderFactory
を設定する。methodBinderFactory
- MethodBinderFactory