Package | Description |
---|---|
com.caucho.config.gen | |
com.caucho.config.inject |
Modifier and Type | Method and Description |
---|---|
static int[] |
CandiUtil.createInterceptors(InjectManager manager,
java.util.ArrayList<InterceptorRuntimeBean<?>> staticBeans,
java.util.ArrayList<Interceptor<?>> beans,
int[] staticIndexList,
InterceptionType type,
java.lang.annotation.Annotation... bindings) |
Modifier and Type | Class and Description |
---|---|
class |
InterceptorBean<X>
InterceptorBean represents a Java interceptor
|
class |
InterceptorSelfBean<X>
InterceptorBean represents a Java interceptor
|
Modifier and Type | Method and Description |
---|---|
InterceptorRuntimeBean<?> |
InterceptorRuntimeBean.getParent() |
Constructor and Description |
---|
InterceptorRuntimeBean(InterceptorRuntimeBean<X> child,
java.lang.Class<X> type) |