|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorFactory | |
---|---|
org.jboss.aop | |
org.jboss.aop.advice | |
org.jboss.aop.array |
Uses of InterceptorFactory in org.jboss.aop |
---|
Classes in org.jboss.aop that implement InterceptorFactory | |
---|---|
class |
GeneratedInstanceAdvisorMixin.InstanceInterceptorFactory
|
Fields in org.jboss.aop with type parameters of type InterceptorFactory | |
---|---|
protected HashMap<Constructor<?>,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.constructorAdvices
|
protected HashMap<Field,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.fieldReadAdvices
|
protected HashMap<Field,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.fieldWriteAdvices
|
protected HashMap<String,InterceptorFactory> |
AspectManager.interceptorFactories
|
protected HashMap<Method,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.methodAdvices
|
Methods in org.jboss.aop that return InterceptorFactory | |
---|---|
InterceptorFactory |
AspectXmlLoader.deployAdvice(Element element,
AdviceType type)
|
InterceptorFactory |
AspectXmlLoader.deployInterceptor(Element element)
|
InterceptorFactory |
Domain.getInterceptorFactory(String name)
|
InterceptorFactory |
AspectManager.getInterceptorFactory(String name)
Find the interceptor factory that can be referenced by name. |
Methods in org.jboss.aop that return types with arguments of type InterceptorFactory | |
---|---|
HashMap<Constructor<?>,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.getConstructorAdvices()
|
HashMap<Field,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.getFieldReadAdvices()
|
HashMap<Field,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.getFieldWriteAdvices()
|
Map<String,InterceptorFactory> |
AspectManager.getInterceptorFactories()
|
HashMap<Method,ArrayList<InterceptorFactory>> |
ReflectiveAspectBinder.getMethodAdvices()
|
Methods in org.jboss.aop with parameters of type InterceptorFactory | |
---|---|
void |
AspectManager.addInterceptorFactory(String name,
InterceptorFactory factory)
Add an interceptor factory that can be referenced by name. |
protected void |
Advisor.createInterceptorChain(InterceptorFactory[] factories,
ArrayList<Interceptor> newinterceptors,
Joinpoint joinpoint)
|
Uses of InterceptorFactory in org.jboss.aop.advice |
---|
Classes in org.jboss.aop.advice that implement InterceptorFactory | |
---|---|
class |
AdviceFactory
Comment |
class |
GenericInterceptorFactory
|
class |
ScopedInterceptorFactory
Comment |
Fields in org.jboss.aop.advice declared as InterceptorFactory | |
---|---|
protected InterceptorFactory[] |
AdviceBinding.interceptorFactories
The factories responsible for creating the bound interceptor instances. |
Fields in org.jboss.aop.advice with type parameters of type InterceptorFactory | |
---|---|
protected ArrayList<InterceptorFactory> |
AdviceStack.interceptorFactories
|
Methods in org.jboss.aop.advice that return InterceptorFactory | |
---|---|
InterceptorFactory |
GeneratedAdvisorInterceptor.getDelegate()
|
InterceptorFactory[] |
AdviceBinding.getInterceptorFactories()
Returns the interceptor factory chain. |
Methods in org.jboss.aop.advice that return types with arguments of type InterceptorFactory | |
---|---|
ArrayList<InterceptorFactory> |
AdviceStack.getInterceptorFactories()
|
Methods in org.jboss.aop.advice with parameters of type InterceptorFactory | |
---|---|
void |
AdviceBinding.addInterceptorFactory(InterceptorFactory factory)
Adds an interceptor to the chain. |
Constructors in org.jboss.aop.advice with parameters of type InterceptorFactory | |
---|---|
AdviceBinding(String name,
Pointcut p,
ASTCFlowExpression cflow,
String cflowString,
InterceptorFactory[] factories)
Constructor to be used internally. |
|
GeneratedAdvisorInterceptor(InterceptorFactory factory,
GeneratedClassAdvisor advisor,
Joinpoint joinpoint)
|
|
GeneratedAdvisorInterceptor(InterceptorFactory factory,
GeneratedClassAdvisor advisor,
Joinpoint joinpoint,
String cflowString,
ASTCFlowExpression cflowExpr)
|
Constructor parameters in org.jboss.aop.advice with type arguments of type InterceptorFactory | |
---|---|
AdviceStack(String name,
ArrayList<InterceptorFactory> factories)
|
Uses of InterceptorFactory in org.jboss.aop.array |
---|
Fields in org.jboss.aop.array declared as InterceptorFactory | |
---|---|
protected InterceptorFactory[] |
ArrayBinding.interceptorFactories
|
Methods in org.jboss.aop.array that return InterceptorFactory | |
---|---|
InterceptorFactory[] |
ArrayBinding.getInterceptorFactories()
|
Methods in org.jboss.aop.array with parameters of type InterceptorFactory | |
---|---|
void |
ArrayBinding.addInterceptorFactory(InterceptorFactory factory)
|
Constructors in org.jboss.aop.array with parameters of type InterceptorFactory | |
---|---|
ArrayBinding(String name,
InterceptorFactory[] factories,
Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |