类的使用
infra.aop.framework.ProxyConfig
使用ProxyConfig的程序包
程序包
说明
Classes enabling AspectJ 5 @Annotated classes to be used in Framework AOP.
Base classes enabling auto-proxying based on AspectJ.
Package containing Infra basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
Bean post-processors for use in ApplicationContexts to simplify AOP usage
by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
Support for AOP-based scoping of target objects, with configurable backend.
-
infra.aop.aspectj.annotation中ProxyConfig的使用
修饰符和类型类说明classAspectJAwareAdvisorAutoProxyCreatorsubclass that processes all AspectJ annotation aspects in the current application context, as well as Framework Advisors.classAspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style). -
infra.aop.aspectj.autoproxy中ProxyConfig的使用
修饰符和类型类说明classAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rules for advice precedence when multiple pieces of advice come from the same aspect. -
infra.aop.framework中ProxyConfig的使用
修饰符和类型类说明classBase class forBeanPostProcessorimplementations that apply a AOPAdvisorto specific beans.classConvenient superclass forFactoryBeantypes that produce singleton-scoped proxy objects.classBase class for AOP proxy configuration managers.classBase class for proxy factories.classFactory for AOP proxies for programmatic use, rather than via declarative setup in a bean factory.classFactoryBeanimplementation that builds an AOP proxy based on beans inBeanFactory.classBase class with common functionality for proxy processors, in particular ClassLoader management and theProxyProcessorSupport.evaluateProxyInterfaces(java.lang.Class<?>, infra.aop.framework.ProxyFactory)algorithm.参数类型为ProxyConfig的infra.aop.framework中的方法修饰符和类型方法说明voidProxyConfig.copyFrom(ProxyConfig other) Copy configuration from the other config object. -
infra.aop.framework.autoproxy中ProxyConfig的使用
修饰符和类型类说明classGeneric auto proxy creator that builds AOP proxies for specific beans based on detected Advisors for each bean.classBeanPostProcessorimplementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.classExtension ofAbstractAutoProxyCreatorwhich implementsBeanFactoryAware, adds exposure of the original target class for each proxied bean (AutoProxyUtils.ORIGINAL_TARGET_CLASS_ATTRIBUTE), and participates in an externally enforced target-class mode for any given bean (AutoProxyUtils.PRESERVE_TARGET_CLASS_ATTRIBUTE).classAuto proxy creator that identifies beans to proxy via a list of names.classBeanPostProcessorimplementation that creates AOP proxies based on all candidateAdvisors in the currentBeanFactory.classAuto-proxy creator that considers infrastructure Advisor beans only, ignoring any application-defined Advisors. -
infra.aop.scope中ProxyConfig的使用