Uses of Annotation Interface
nablarch.fw.Interceptor
Package
Description
ロールを単位とした簡易な認可機能を提供するパッケージ。
画面オンライン処理方式用の共通インターセプタを提供する。
トークンを使用した二重サブミットの防止機能を提供する。
本フレームワークの処理方式に共通する概念やアーキテクチャに関連する
インターフェース及びモジュールを収めたパッケージ。
リクエストハンドラ例外時のインターセプタ。
-
Uses of Interceptor in nablarch.common.authorization.role
Modifier and TypeClassDescription@interface
アクションのメソッドを実行するために必要なロールを、 アクセスしてきたユーザが持つかチェックするInterceptor
。 -
Uses of Interceptor in nablarch.common.web.interceptor
-
Uses of Interceptor in nablarch.common.web.token
Modifier and TypeClassDescription@interface
二重サブミットを防止するInterceptor
。@interface
二重サブミットを防止するために使用されるトークンを生成するInterceptor
。 -
Uses of Interceptor in nablarch.fw
Modifier and TypeMethodDescriptionstatic Interceptor
Interceptor.Factory.getInterceptorOf
(Annotation annotation) 与えられたアノテーションに付与されているInterceptor
メタアノテーションを返す。 -
Uses of Interceptor in nablarch.fw.web.interceptor
Modifier and TypeClassDescription@interface
Deprecated.標準のハンドラ構成では、本アノテーションを使用しても、DBトランザクションをロールバックすることができないため、 本アノテーションを使用しないこと。@interface
リクエストハンドラが例外を送出した場合のレスポンスを指定するInterceptor
。@interface
リクエストハンドラが例外を送出した場合のレスポンスを指定するInterceptor
。