- Interceptor - Annotation Type in jakarta.interceptor
-
Specifies that a class is an interceptor.
- Interceptor - Annotation Type in javax.interceptor
-
Specifies that a class is an interceptor.
- Interceptor.Priority - Class in jakarta.interceptor
-
Priorities that define the order in which interceptors are invoked.
- Interceptor.Priority - Class in javax.interceptor
-
Priorities that define the order in which interceptors are invoked.
- InterceptorBinding - Annotation Type in jakarta.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- InterceptorBinding - Annotation Type in javax.interceptor
-
Specifies that an annotation type is an interceptor binding type.
- Interceptors - Annotation Type in jakarta.interceptor
-
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
- Interceptors - Annotation Type in javax.interceptor
-
Declares an ordered list of interceptors for a target class, or for a method or a constructor of a target class.
- InvocationContext - Interface in jakarta.interceptor
-
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to
control the behavior of the invocation chain.
- InvocationContext - Interface in javax.interceptor
-
Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to
control the behavior of the invocation chain.