Uses of Interface
jakarta.enterprise.inject.spi.InterceptionFactory
Package
Description
The portable extension integration SPI.
-
Uses of InterceptionFactory in com.sun.faces.util
Modifier and TypeMethodDescription<T> InterceptionFactory
<T> ELAwareBeanManagerWrapper.createInterceptionFactory
(CreationalContext<T> ctx, Class<T> clazz) -
Uses of InterceptionFactory in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescription<T> InterceptionFactory
<T> BeanManager.createInterceptionFactory
(CreationalContext<T> ctx, Class<T> clazz) Create anInterceptionFactory
for the givenCreationalContext
and type.InterceptionFactory.ignoreFinalMethods()
Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation ofcreateInterceptedInstance(Object)
.