public abstract class RoutingHandlerSupport extends DispatchHandler<HttpRequest,HttpResponse,RoutingHandlerSupport> implements HttpRequestHandler
| Modifier and Type | Field and Description |
|---|---|
protected MethodBinderFactory |
methodBinderFactory
MethodBinderのファクトリ。 |
| Constructor and Description |
|---|
RoutingHandlerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
setMethodBinderFactory(MethodBinderFactory methodBinderFactory)
MethodBinderFactoryを設定する。 |
createHandlerFor, getHandlerClass, handle, setDelegateFactory, setImmediate, writeDispatchingClassLogclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleprotected MethodBinderFactory methodBinderFactory
MethodBinderのファクトリ。public void setMethodBinderFactory(MethodBinderFactory methodBinderFactory)
MethodBinderFactoryを設定する。methodBinderFactory - MethodBinderFactory