Package nablarch.common.web.interceptor
Class InjectForm.Impl
java.lang.Object
nablarch.fw.Interceptor.Impl<HttpRequest,HttpResponse,InjectForm>
nablarch.common.web.interceptor.InjectForm.Impl
- All Implemented Interfaces:
Handler<HttpRequest,
,HttpResponse> HandlerWrapper<HttpRequest,
HttpResponse>
- Enclosing class:
- InjectForm
InjectForm
アノテーションのインターセプタ。-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhandle
(HttpRequest request, ExecutionContext context) フォームを生成し、リクエストスコープに設定する。Methods inherited from class nablarch.fw.Interceptor.Impl
getDelegates, getInterceptor, getOriginalHandler, setInterceptor, setOriginalHandler
-
Constructor Details
-
Impl
public Impl()
-
-
Method Details
-
handle
フォームを生成し、リクエストスコープに設定する。- Parameters:
request
- リクエストcontext
- 実行コンテキスト- Returns:
- レスポンス
-