Package nablarch.fw.web.handler
Class RoutingHandlerSupport
java.lang.Object
nablarch.fw.handler.DispatchHandler<HttpRequest,HttpResponse,RoutingHandlerSupport>
nablarch.fw.web.handler.RoutingHandlerSupport
- All Implemented Interfaces:
Handler<HttpRequest,
,HttpResponse> HttpRequestHandler
- Direct Known Subclasses:
PathOptionsProviderRoutesMapping
,RoutesMapping
public abstract class RoutingHandlerSupport
extends DispatchHandler<HttpRequest,HttpResponse,RoutingHandlerSupport>
implements HttpRequestHandler
ルーティングハンドラをサポートする抽象クラス。
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMethodBinderFactory
(MethodBinderFactory methodBinderFactory) MethodBinderFactory
を設定する。Methods inherited from class nablarch.fw.handler.DispatchHandler
createHandlerFor, getHandlerClass, handle, setDelegateFactory, setImmediate, writeDispatchingClassLog
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nablarch.fw.web.HttpRequestHandler
handle
-
Field Details
-
methodBinderFactory
MethodBinder
のファクトリ。
-
-
Constructor Details
-
RoutingHandlerSupport
public RoutingHandlerSupport()
-
-
Method Details
-
setMethodBinderFactory
MethodBinderFactory
を設定する。- Parameters:
methodBinderFactory
-MethodBinderFactory
-