Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.aop.framework Classes and Interfaces - 42 results found.
NameDescriptionTypePackageFramework
AbstractAdvisingBeanPostProcessorBase class for BeanPostProcessor implementations that apply aSpring AOP Advisor to specific beans.Classorg.springframework.aop.frameworkSpring MVC
AbstractAdvisorAutoProxyCreatorGeneric auto proxy creator that builds AOP proxies for specific beansbased on detected Advisors for each bean.Classorg.springframework.aop.framework.autoproxySpring MVC
AbstractAutoProxyCreatorBeanPostProcessor implementationthat wraps each eligible bean with an AOP proxy, delegating to specified interceptorsClassorg.springframework.aop.framework.autoproxySpring MVC
AbstractBeanFactoryAwareAdvisingPostProcessorExtension of AbstractAutoProxyCreator which implements BeanFactoryAware,adds exposure of the original target class for each proxied beanClassorg.springframework.aop.framework.autoproxySpring MVC
AbstractBeanFactoryBasedTargetSourceCreatorConvenient superclass forUses an internal BeanFactory to manage the target instances,Classorg.springframework.aop.framework.autoproxy.targetSpring MVC
AbstractSingletonProxyFactoryBeanConvenient superclass for FactoryBean types that produce singleton-scopedManages pre- and post-interceptors (references, rather thanClassorg.springframework.aop.frameworkSpring MVC
AdvisedInterface to be implemented by classes that hold the configurationof a factory of AOP proxies.Interfaceorg.springframework.aop.frameworkSpring MVC
AdvisedSupportBase class for AOP proxy configuration managers.Classorg.springframework.aop.frameworkSpring MVC
AdvisedSupportListenerListener to be registered on ProxyCreatorSupport objectsAllows for receiving callbacks on activation and change of advice.Interfaceorg.springframework.aop.frameworkSpring MVC
AdvisorAdapterInterface allowing extension to the Spring AOP framework to allowhandling of new Advisors and Advice types.Interfaceorg.springframework.aop.framework.adapterSpring MVC
AdvisorAdapterRegistrationManagerBeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory withan AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry).Classorg.springframework.aop.framework.adapterSpring MVC
AdvisorAdapterRegistryInterface for registries of Advisor adapters.Interfaceorg.springframework.aop.framework.adapterSpring MVC
AdvisorChainFactoryFactory interface for advisor chains.Interfaceorg.springframework.aop.frameworkSpring MVC
AfterReturningAdviceInterceptorInterceptor to wrap am AfterReturningAdvice.Classorg.springframework.aop.framework.adapterSpring MVC
AopConfigExceptionException that gets thrown on illegal AOP configuration arguments.Classorg.springframework.aop.frameworkSpring MVC
AopContextClass containing static methods used to obtain information about the current AOP invocation.Classorg.springframework.aop.frameworkSpring MVC
AopInfrastructureBeanMarker interface that indicates a bean that is part of Spring'sAOP infrastructure.Interfaceorg.springframework.aop.frameworkSpring MVC
AopProxyDelegate interface for a configured AOP proxy, allowing for the creationof actual proxy objects.Interfaceorg.springframework.aop.frameworkSpring MVC
AopProxyFactoryInterface to be implemented by factories that are able to createAOP proxies based on AdvisedSupport configuration objects.Interfaceorg.springframework.aop.frameworkSpring MVC
AopProxyUtilsUtility methods for AOP proxy factories.Classorg.springframework.aop.frameworkSpring MVC
AutoProxyUtilsUtilities for auto-proxy aware components.Classorg.springframework.aop.framework.autoproxySpring MVC
BeanFactoryAdvisorRetrievalHelperHelper for retrieving standard Spring Advisors from a BeanFactory,for use with auto-proxying.Classorg.springframework.aop.framework.autoproxySpring MVC
BeanNameAutoProxyCreatorAuto proxy creator that identifies beans to proxy via a list of names.Classorg.springframework.aop.framework.autoproxySpring MVC
DefaultAdvisorAdapterRegistryDefault implementation of the AdvisorAdapterRegistry interface.Classorg.springframework.aop.framework.adapterSpring MVC
DefaultAdvisorAutoProxyCreatorBeanPostProcessor implementation that creates AOP proxies based on all candidateAdvisors in the current BeanFactory.Classorg.springframework.aop.framework.autoproxySpring MVC
DefaultAdvisorChainFactoryA simple but definitive way of working out an advice chain for a Method,given an Advised object.Classorg.springframework.aop.frameworkSpring MVC
DefaultAopProxyFactoryDefault AopProxyFactory implementation, creating either a CGLIB proxyor a JDK dynamic proxy.Classorg.springframework.aop.frameworkSpring MVC
GlobalAdvisorAdapterRegistrySingleton to publish a shared DefaultAdvisorAdapterRegistry instance.Classorg.springframework.aop.framework.adapterSpring MVC
InfrastructureAdvisorAutoProxyCreatorAuto-proxy creator that considers infrastructure Advisor beans only,ignoring any application-defined Advisors.Classorg.springframework.aop.framework.autoproxySpring MVC
LazyInitTargetSourceCreatorTargetSourceCreator that enforces a LazyInitTargetSource for each beanthat is defined as lazy-init.Classorg.springframework.aop.framework.autoproxy.targetSpring MVC
MethodBeforeAdviceInterceptorInterceptor to wrap am MethodBeforeAdvice.Classorg.springframework.aop.framework.adapterSpring MVC
ProxyConfigConvenience superclass for configuration used in creating proxies,to ensure that all proxy creators have consistent properties.Classorg.springframework.aop.frameworkSpring MVC
ProxyCreationContextHolder for the current proxy creation context, as exposed by auto-proxy creatorssuch as AbstractAdvisorAutoProxyCreator.Classorg.springframework.aop.framework.autoproxySpring MVC
ProxyCreatorSupportBase class for proxy factories.Classorg.springframework.aop.frameworkSpring MVC
ProxyFactoryFactory for AOP proxies for programmatic use, rather than via a beanfactory.Classorg.springframework.aop.frameworkSpring MVC
ProxyFactoryBeanFactoryBean implementation that builds anAOP proxy based on beans in Spring BeanFactory.Classorg.springframework.aop.frameworkSpring MVC
ProxyProcessorSupportBase class with common functionality for proxy processors, in particularClassLoader management and the evaluateProxyInterfaces(java.Classorg.springframework.aop.frameworkSpring MVC
QuickTargetSourceCreatorConvenient TargetSourceCreator using bean name prefixes to create one of threewell-known TargetSource types:Classorg.springframework.aop.framework.autoproxy.targetSpring MVC
ReflectiveMethodInvocationSpring's implementation of the AOP AllianceMethodInvocation interface,Classorg.springframework.aop.frameworkSpring MVC
TargetSourceCreatorsources, for particular beans.Interfaceorg.springframework.aop.framework.autoproxySpring MVC
ThrowsAdviceInterceptorInterceptor to wrap an after-throwing advice.Classorg.springframework.aop.framework.adapterSpring MVC
UnknownAdviceTypeExceptionException thrown when an attempt is made to use an unsupportedAdvisor or Advice type.Classorg.springframework.aop.framework.adapterSpring MVC