Uses of Package
jakarta.interceptor
-
Packages that use jakarta.interceptor Package Description jakarta.enterprise.concurrent Classes and interfaces that make up the Jakarta Concurrency specification.jakarta.enterprise.context.control jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package.jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor.org.jboss.weld.bootstrap.event org.jboss.weld.context.activator org.jboss.weld.interceptor -
Classes in jakarta.interceptor used by jakarta.enterprise.concurrent Class Description InterceptorBinding Specifies that an annotation type is an interceptor binding type. -
Classes in jakarta.interceptor used by jakarta.enterprise.context.control Class Description InterceptorBinding Specifies that an annotation type is an interceptor binding type. -
Classes in jakarta.interceptor used by jakarta.enterprise.inject.spi Class Description InvocationContext Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain. -
Classes in jakarta.interceptor used by jakarta.security.enterprise.authentication.mechanism.http Class Description InterceptorBinding Specifies that an annotation type is an interceptor binding type. -
Classes in jakarta.interceptor used by jakarta.transaction Class Description InterceptorBinding Specifies that an annotation type is an interceptor binding type. -
Classes in jakarta.interceptor used by org.hibernate.validator.cdi.internal.interceptor Class Description AroundConstruct Designates an interceptor method that receives a callback when the target class constructor is invoked.AroundInvoke Defines an interceptor method that interposes on business methods.Interceptor Specifies that a class is an interceptor.InterceptorBinding Specifies that an annotation type is an interceptor binding type.InvocationContext Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain. -
Classes in jakarta.interceptor used by org.jboss.weld.bootstrap.event Class Description InvocationContext Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain. -
Classes in jakarta.interceptor used by org.jboss.weld.context.activator Class Description InterceptorBinding Specifies that an annotation type is an interceptor binding type. -
Classes in jakarta.interceptor used by org.jboss.weld.interceptor Class Description InvocationContext Exposes contextual information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.