Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.interceptor Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
AroundConstructDesignates an interceptor method that receives a callback when the target class constructor is invoked.Classjavax.interceptorJava EE
AroundInvokeDefines an interceptor method that interposes on business methods.Classjavax.interceptorJava EE
AroundTimeoutDefines an interceptor method that interposes on timeout methods.Classjavax.interceptorJava EE
ExcludeClassInterceptorsUsed to exclude class-level interceptors for a lifecycle callback, business, or timeout method of a target class,Classjavax.interceptorJava EE
ExcludeDefaultInterceptorsUsed to exclude default interceptors for a target class or a lifecycle callback, business, or timeout method of a target class,Classjavax.interceptorJava EE
InterceptorSpecifies that a class is an interceptor.Classjavax.interceptorJava EE
Interceptor .PriorityPriorities that define the order in which interceptors are invoked.Classjavax.interceptor.InterceptorJava EE
InterceptorBindingSpecifies that an annotation type is an interceptor binding type.Classjavax.interceptorJava EE
InterceptorsDeclares an ordered list of interceptors for a target class, a method or a constructor of a target class.Classjavax.interceptorJava EE
InvocationContextExposes context information about the intercepted invocation and operations that enable interceptor methods to control the behavior of the invocation chain.Interfacejavax.interceptorJava EE