Uses of Interface
org.jboss.weld.interceptor.proxy.InterceptorInvocation
-
Packages that use InterceptorInvocation Package Description org.jboss.weld.bean.interceptor JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.reader JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.spi.metadata JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of InterceptorInvocation in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor that return InterceptorInvocation Modifier and Type Method Description InterceptorInvocationCustomInterceptorMetadata. getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.proxy
Classes in org.jboss.weld.interceptor.proxy that implement InterceptorInvocation Modifier and Type Class Description classCustomInterceptorInvocation<T> -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.reader
Methods in org.jboss.weld.interceptor.reader that return InterceptorInvocation Modifier and Type Method Description InterceptorInvocationAbstractInterceptorMetadata. getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType) -
Uses of InterceptorInvocation in org.jboss.weld.interceptor.spi.metadata
Methods in org.jboss.weld.interceptor.spi.metadata that return InterceptorInvocation Modifier and Type Method Description InterceptorInvocationInterceptorMetadata. getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType)Creates aInterceptorInvocationobject representing invocation of interceptor methods of a given type on a given interceptor instance.
-