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