net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptorpublic class CglibDynamicBeanProxy extends AbstractDynamicBeanProxy implements net.sf.cglib.proxy.MethodInterceptor
log| Constructor | Description |
|---|---|
CglibDynamicBeanProxy(ActivityContext context,
BeanRule beanRule) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
intercept(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy) |
|
static java.lang.Object |
newInstance(ActivityContext context,
BeanRule beanRule,
java.lang.Object[] constructorArgs,
java.lang.Class<?>[] constructorArgTypes) |
Creates a proxy class of bean and returns an instance of that class.
|
isSameBean, retrieveAspectAdviceRuleRegistrypublic CglibDynamicBeanProxy(ActivityContext context, BeanRule beanRule)
public java.lang.Object intercept(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy)
throws java.lang.Throwable
intercept in interface net.sf.cglib.proxy.MethodInterceptorjava.lang.Throwablepublic static java.lang.Object newInstance(ActivityContext context, BeanRule beanRule, java.lang.Object[] constructorArgs, java.lang.Class<?>[] constructorArgTypes)
context - the activity contextbeanRule - the bean ruleconstructorArgs - the arguments passed to a constructorconstructorArgTypes - the parameter types for a constructorCopyright © 2008–2018 The Aspectran Project. All rights reserved.