Package nablarch.common.web.token
Class UseToken.Impl
java.lang.Object
nablarch.fw.Interceptor.Impl<HttpRequest,HttpResponse,UseToken>
  
nablarch.common.web.token.UseToken.Impl
- All Implemented Interfaces:
- Handler<HttpRequest,,- HttpResponse> - HandlerWrapper<HttpRequest,- HttpResponse> 
- Enclosing class:
- UseToken
UseTokenのインターセプタ。- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionhandle(HttpRequest request, ExecutionContext context) トークンを生成して元のハンドラを実行する。Methods inherited from class nablarch.fw.Interceptor.ImplgetDelegates, getInterceptor, getOriginalHandler, setInterceptor, setOriginalHandler
- 
Constructor Details- 
Implpublic Impl()
 
- 
- 
Method Details- 
handleトークンを生成して元のハンドラを実行する。- Parameters:
- request- 入力データ
- context- 実行コンテキスト
- Returns:
- 処理結果データ
 
 
-