Package nablarch.fw.web.interceptor
Class ErrorOnSessionWriteConflict.Impl
java.lang.Object
nablarch.fw.Interceptor.Impl<HttpRequest,HttpResponse,ErrorOnSessionWriteConflict>
nablarch.fw.web.interceptor.ErrorOnSessionWriteConflict.Impl
- All Implemented Interfaces:
Handler<HttpRequest,
,HttpResponse> HandlerWrapper<HttpRequest,
HttpResponse>
- Enclosing class:
- ErrorOnSessionWriteConflict
public static class ErrorOnSessionWriteConflict.Impl
extends Interceptor.Impl<HttpRequest,HttpResponse,ErrorOnSessionWriteConflict>
ErrorOnSessionWriteConflict
インターセプタの処理内容を実装するリクエストハンドラ。-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionhandle
(HttpRequest req, ExecutionContext ctx) 入力データに対する処理を実行する。Methods inherited from class nablarch.fw.Interceptor.Impl
getDelegates, getInterceptor, getOriginalHandler, setInterceptor, setOriginalHandler
-
Constructor Details
-
Impl
public Impl()
-
-
Method Details
-
handle
入力データに対する処理を実行する。SessionConcurrentAccessHandler
側の設定を一時的に変更し、 セッション変更の書き戻しに失敗した場合に実行時例外を送出して DBトランザクションをロールバックするようにする。- Parameters:
req
- 入力データctx
- 実行コンテキスト- Returns:
- 処理結果データ
-