Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.aop Classes and Interfaces - 181 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
AbstractAspectJAdviceBase class for AOP Alliance Advice classeswrapping an AspectJ aspect or an AspectJ-annotated advice method.Classorg.springframework.aop.aspectjSpring MVC
AbstractAspectJAdvisorFactoryAbstract base class for factories that can create Spring AOP Advisorsgiven AspectJ classes from classes honoring the AspectJ 5 annotation syntax.Classorg.springframework.aop.aspectj.annotationSpring MVC
AbstractAspectJAdvisorFactory .AspectJAnnotationClassorg.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactorySpring MVC
AbstractAspectJAdvisorFactory .AspectJAnnotationTypeReturns the enum constant of this type with thClassorg.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactorySpring 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
AbstractBeanFactoryBasedTargetSourceBase class for TargetSource implementationsthat are based on a Spring BeanFactory,Classorg.springframework.aop.targetSpring MVC
AbstractBeanFactoryBasedTargetSourceCreatorConvenient superclass forUses an internal BeanFactory to manage the target instances,Classorg.springframework.aop.framework.autoproxy.targetSpring MVC
AbstractBeanFactoryPointcutAdvisorAbstract BeanFactory-based PointcutAdvisor that allows for any Adviceto be configured as reference to an Advice bean in a BeanFactory.Classorg.springframework.aop.supportSpring MVC
AbstractExpressionPointcutAbstract superclass for expression pointcuts,offering location and expression properties.Classorg.springframework.aop.supportSpring MVC
AbstractGenericPointcutAdvisorAbstract generic PointcutAdvisor that allows for any Advice to be configured.Classorg.springframework.aop.supportSpring MVC
AbstractInterceptorDrivenBeanDefinitionDecoratorBase implementation forBeanDefinitionDecoratorsClassorg.springframework.aop.configSpring MVC
AbstractLazyCreationTargetSourceTargetSource implementation that willlazily create a user-managed object.Classorg.springframework.aop.targetSpring MVC
AbstractMonitoringInterceptorBase class for monitoring interceptors, such as performance monitors.Classorg.springframework.aop.interceptorSpring MVC
AbstractPointcutAdvisorAbstract base class for PointcutAdvisoror a freely configurable pointcut/advice.Classorg.springframework.aop.supportSpring MVC
AbstractPoolingTargetSourceAbstract base class for pooling TargetSourcereleasing a target object from the pool for each method invocation.Classorg.springframework.aop.targetSpring MVC
AbstractPrototypeBasedTargetSourceBase class for dynamic TargetSource implementationsthat create new prototype bean instances to support a pooling orClassorg.springframework.aop.targetSpring MVC
AbstractRefreshableTargetSourceAbstract TargetSource implementation thatwraps a refreshable target object.Classorg.springframework.aop.target.dynamicSpring MVC
AbstractRegexpMethodPointcutAbstract base regular expression pointcut bean.Classorg.springframework.aop.supportSpring MVC
AbstractSingletonProxyFactoryBeanConvenient superclass for FactoryBean types that produce singleton-scopedManages pre- and post-interceptors (references, rather thanClassorg.springframework.aop.frameworkSpring MVC
AbstractTraceInterceptorBase MethodInterceptor implementation for tracing.Classorg.springframework.aop.interceptorSpring MVC
AdviceEntryParseState entry representing an advice element.Classorg.springframework.aop.configSpring 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
AdvisorBase interface holding AOP advice (action to take at a joinpoint)and a filter determining the applicability of the advice (such asInterfaceorg.springframework.aopSpring 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
AdvisorComponentDefinitionthat bridges the gap between the advisor bean definition configuredby the tag and the component definitionClassorg.springframework.aop.configSpring MVC
AdvisorEntryParseState entry representing an advisor.Classorg.springframework.aop.configSpring MVC
AfterReturningAdviceAfter returning advice is invoked only on normal method return, not if anexception is thrown.Interfaceorg.springframework.aopSpring MVC
AfterReturningAdviceInterceptorInterceptor to wrap am AfterReturningAdvice.Classorg.springframework.aop.framework.adapterSpring MVC
AnnotationAwareAspectJAutoProxyCreatorAspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJannotation aspects in the current application context, as well as Spring Advisors.Classorg.springframework.aop.aspectj.annotationSpring MVC
AnnotationClassFilterSimple ClassFilter that looks for a specific Java 5 annotationbeing present on a class.Classorg.springframework.aop.support.annotationSpring MVC
AnnotationMatchingPointcutSimple Pointcut that looks for a specific Java 5 annotationbeing present on a class orClassorg.springframework.aop.support.annotationSpring MVC
AnnotationMethodMatcherSimple MethodMatcher that looks for a specific Java 5 annotationbeing present on a method (checking both the method on the invokedClassorg.springframework.aop.support.annotationSpring MVC
AopConfigExceptionException that gets thrown on illegal AOP configuration arguments.Classorg.springframework.aop.frameworkSpring MVC
AopConfigUtilsUtility class for handling registration of AOP auto-proxy creators.Classorg.springframework.aop.configSpring 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
AopInvocationExceptionException that gets thrown when an AOP invocation failedbecause of misconfiguration or unexpected runtime issues.Classorg.springframework.aopSpring MVC
AopNamespaceHandlerNamespaceHandler for the aop namespace.Classorg.springframework.aop.configSpring MVC
AopNamespaceUtilsUtility class for handling registration of auto-proxy creators used internallyby the 'aop' namespace tags.Classorg.springframework.aop.configSpring 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
AopUtilsUtility methods for AOP support code.Classorg.springframework.aop.supportSpring MVC
AspectComponentDefinitionthat holds an aspect definition, including its nested pointcuts.Classorg.springframework.aop.configSpring MVC
AspectEntryParseState entry representing an aspect.Classorg.springframework.aop.configSpring MVC
AspectInstanceFactoryInterface implemented to provide an instance of an AspectJ aspect.Interfaceorg.springframework.aop.aspectjSpring MVC
AspectJAdviceParameterNameDiscovererParameterNameDiscoverer implementation that tries to deduce parameter namesfor an advice method from the pointcut expression, returning, and throwing clauses.Classorg.springframework.aop.aspectjSpring MVC
AspectJAdviceParameterNameDiscoverer .AmbiguousBindingExceptionThrown in response to an ambiguous binding being detected whentrying to resolve a method's parameter names.Classorg.springframework.aop.aspectj.AspectJAdviceParameterNameDiscovererSpring MVC
AspectJAdvisorFactoryInterface for factories that can create Spring AOP Advisors from classesannotated with AspectJ annotation syntax.Interfaceorg.springframework.aop.aspectj.annotationSpring MVC
AspectJAfterAdviceSpring AOP advice wrapping an AspectJ after advice method.Classorg.springframework.aop.aspectjSpring MVC
AspectJAfterReturningAdviceSpring AOP advice wrapping an AspectJ after-returning advice method.Classorg.springframework.aop.aspectjSpring MVC
AspectJAfterThrowingAdviceSpring AOP advice wrapping an AspectJ after-throwing advice method.Classorg.springframework.aop.aspectjSpring MVC
AspectJAopUtilsUtility methods for dealing with AspectJ advisors.Classorg.springframework.aop.aspectjSpring MVC
AspectJAroundAdviceSpring AOP around advice (MethodInterceptor) that wrapsan AspectJ advice method.Classorg.springframework.aop.aspectjSpring MVC
AspectJAwareAdvisorAutoProxyCreatorAbstractAdvisorAutoProxyCreatorsubclass that exposes AspectJ's invocation context and understands AspectJ's rulesClassorg.springframework.aop.aspectj.autoproxySpring MVC
AspectJExpressionPointcutSpring Pointcut implementationthat uses the AspectJ weaver to evaluate a pointcut expression.Classorg.springframework.aop.aspectjSpring MVC
AspectJExpressionPointcutAdvisorSpring AOP Advisor that can be used for any AspectJ pointcut expression.Classorg.springframework.aop.aspectjSpring MVC
AspectJMethodBeforeAdviceSpring AOP advice that wraps an AspectJ before method.Classorg.springframework.aop.aspectjSpring MVC
AspectJPointcutAdvisorAspectJPointcutAdvisor that adapts an AbstractAspectJAdviceto the PointcutAdvisor interface.Classorg.springframework.aop.aspectjSpring MVC
AspectJPrecedenceInformationInterface to be implemented by types that can supply the informationneeded to sort advice/advisors by AspectJ's precedence rules.Interfaceorg.springframework.aop.aspectjSpring MVC
AspectJProxyFactoryAspectJ-based proxy factory, allowing for programmatic buildingof proxies which include AspectJ aspects (code style as wellClassorg.springframework.aop.aspectj.annotationSpring MVC
AspectJProxyUtilsUtility methods for working with AspectJ proxies.Classorg.springframework.aop.aspectjSpring MVC
AspectJWeaverMessageHandlerroutes AspectJ weaving messages through the same logging system as theregular Spring messages.Classorg.springframework.aop.aspectjSpring MVC
AspectMetadataMetadata for an AspectJ aspect class, with an additional Spring AOP pointcutUses AspectJ 5 AJType reflection API, so is only supported on Java 5.Classorg.springframework.aop.aspectj.annotationSpring MVC
AsyncExecutionAspectSupportBase class for asynchronous method execution aspects, such asorg.Classorg.springframework.aop.interceptorSpring MVC
AsyncExecutionInterceptorAOP Alliance MethodInterceptor that processes method invocationsasynchronously, using a given AsyncTaskExecutor.Classorg.springframework.aop.interceptorSpring MVC
AsyncUncaughtExceptionHandlerA strategy for handling uncaught exceptions thrown from asynchronous methods.Interfaceorg.springframework.aop.interceptorSpring 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
BeanFactoryAspectInstanceFactoryAspectInstanceFactory implementationbacked by a Spring BeanFactory.Classorg.springframework.aop.aspectj.annotationSpring MVC
BeanFactoryAspectJAdvisorsBuilderHelper for retrieving @AspectJ beans from a BeanFactory and buildingSpring Advisors based on them, for use with auto-proxying.Classorg.springframework.aop.aspectj.annotationSpring MVC
BeanFactoryRefreshableTargetSourceRefreshable TargetSource that fetches fresh target beans from a BeanFactory.Classorg.springframework.aop.target.dynamicSpring MVC
BeanNameAutoProxyCreatorAuto proxy creator that identifies beans to proxy via a list of names.Classorg.springframework.aop.framework.autoproxySpring MVC
BeforeAdviceCommon marker interface for before advice, such as MethodBeforeAdvice.Interfaceorg.springframework.aopSpring MVC
ClassFilterFilter that restricts matching of a pointcut or introduction toa given set of target classes.Interfaceorg.springframework.aopSpring MVC
ClassFiltersStatic utility methods for composing ClassFilters.Classorg.springframework.aop.supportSpring MVC
CommonsPool2TargetSourceTargetSource implementation that holdsobjects in a configurable Apache Commons2 Pool.Classorg.springframework.aop.targetSpring MVC
CommonsPoolTargetSourceTargetSource implementation that holdsobjects in a configurable Apache Commons Pool.Classorg.springframework.aop.targetSpring MVC
ComposablePointcutConvenient class for building up pointcuts.Classorg.springframework.aop.supportSpring MVC
ConcurrencyThrottleInterceptorInterceptor that throttles concurrent access, blocking invocationsif a specified concurrency limit is reached.Classorg.springframework.aop.interceptorSpring MVC
ControlFlowPointcutPointcut and method matcher for use in simple cflow-style pointcut.Classorg.springframework.aop.supportSpring MVC
CustomizableTraceInterceptorMethodInterceptor implementation that allows for highly customizablemethod-level tracing, using placeholders.Classorg.springframework.aop.interceptorSpring MVC
DebugInterceptorAOP Alliance MethodInterceptor that can be introduced in a chainto display verbose information about intercepted invocations to the logger.Classorg.springframework.aop.interceptorSpring MVC
DeclareParentsAdvisorIntroduction advisor delegating to the given object.Classorg.springframework.aop.aspectjSpring 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
DefaultBeanFactoryPointcutAdvisorConcrete BeanFactory-based PointcutAdvisor that allows for any Adviceto be configured as reference to an Advice bean in the BeanFactory,Classorg.springframework.aop.supportSpring MVC
DefaultIntroductionAdvisorSimple IntroductionAdvisor implementationthat by default applies to any class.Classorg.springframework.aop.supportSpring MVC
DefaultPointcutAdvisorConvenient Pointcut-driven Advisor implementation.Classorg.springframework.aop.supportSpring MVC
DefaultScopedObjectDefault implementation of the ScopedObject interface.Classorg.springframework.aop.scopeSpring MVC
DelegatePerTargetObjectIntroductionInterceptorConvenient implementation of theIntroductionInterceptor interface.Classorg.springframework.aop.supportSpring MVC
DelegatingIntroductionInterceptorConvenient implementation of theIntroductionInterceptor interface.Classorg.springframework.aop.supportSpring MVC
DynamicIntroductionAdviceSubinterface of AOP Alliance Advice that allows additional interfacesto be implemented by an Advice, and available via a proxy using thatInterfaceorg.springframework.aopSpring MVC
DynamicMethodMatcherConvenient abstract superclass for dynamic method matchers,which do care about arguments at runtime.Classorg.springframework.aop.supportSpring MVC
DynamicMethodMatcherPointcutConvenient superclass when we want to force subclasses towill want to be pointcuts.Classorg.springframework.aop.supportSpring MVC
EmptyTargetSourceCanonical TargetSource when there is no target(or just the target class known), and behavior is suppliedClassorg.springframework.aop.targetSpring MVC
ExposeBeanNameAdvisorsConvenient methods for creating advisors that may be used when autoproxying beanscreated with the Spring IoC container, binding the bean name to the currentClassorg.springframework.aop.interceptorSpring MVC
ExposeInvocationInterceptorInterceptor that exposes the current MethodInvocationas a thread-local object.Classorg.springframework.aop.interceptorSpring MVC
ExpressionPointcutInterface to be implemented by pointcuts that use String expressions.Interfaceorg.springframework.aop.supportSpring MVC
GlobalAdvisorAdapterRegistrySingleton to publish a shared DefaultAdvisorAdapterRegistry instance.Classorg.springframework.aop.framework.adapterSpring MVC
HotSwappableTargetSourceTargetSource implementation thatcaches a local target object, but allows the target to be swappedClassorg.springframework.aop.targetSpring MVC
InfrastructureAdvisorAutoProxyCreatorAuto-proxy creator that considers infrastructure Advisor beans only,ignoring any application-defined Advisors.Classorg.springframework.aop.framework.autoproxySpring MVC
InstantiationModelAwarePointcutAdvisorInterface to be implemented by Spring AOP Advisors wrapping AspectJaspects that may have a lazy initialization strategy.Interfaceorg.springframework.aop.aspectjSpring MVC
IntroductionAdvisorSuperinterface for advisors that perform one or more AOP introductions.Interfaceorg.springframework.aopSpring MVC
IntroductionAwareMethodMatcherA specialized type of MethodMatcher that takes into account introductionswhen matching methods.Interfaceorg.springframework.aopSpring MVC
IntroductionInfoInterface supplying the information necessary to describe an introduction.Interfaceorg.springframework.aopSpring MVC
IntroductionInfoSupportSupport for implementations of IntroductionInfo.Classorg.springframework.aop.supportSpring MVC
IntroductionInterceptorSubinterface of AOP Alliance MethodInterceptor that allows additional interfacesto be implemented by the interceptor, and available via a proxy using thatInterfaceorg.springframework.aopSpring MVC
JamonPerformanceMonitorInterceptorPerformance monitor interceptor that uses JAMon library to perform theperformance measurement on the intercepted method and output the stats.Classorg.springframework.aop.interceptorSpring MVC
JdkRegexpMethodPointcutRegular expression pointcut based on the java.Classorg.springframework.aop.supportSpring MVC
LazyInitTargetSourceTargetSource that lazily accesses asingleton bean from a BeanFactory.Classorg.springframework.aop.targetSpring MVC
LazyInitTargetSourceCreatorTargetSourceCreator that enforces a LazyInitTargetSource for each beanthat is defined as lazy-init.Classorg.springframework.aop.framework.autoproxy.targetSpring MVC
LazySingletonAspectInstanceFactoryDecoratorDecorator to cause a MetadataAwareAspectInstanceFactory to instantiate only once.Classorg.springframework.aop.aspectj.annotationSpring MVC
MetadataAwareAspectInstanceFactorySubinterface of AspectInstanceFactorythat returns AspectMetadata associated with AspectJ-annotated classes.Interfaceorg.springframework.aop.aspectj.annotationSpring MVC
MethodBeforeAdviceAdvice invoked before a method is invoked.Interfaceorg.springframework.aopSpring MVC
MethodBeforeAdviceInterceptorInterceptor to wrap am MethodBeforeAdvice.Classorg.springframework.aop.framework.adapterSpring MVC
MethodInvocationProceedingJoinPointwrapping an AOP Alliance MethodInvocation.Classorg.springframework.aop.aspectjSpring MVC
MethodLocatingFactoryBeanFactoryBean implementation that locates a Method on a specified bean.Classorg.springframework.aop.configSpring MVC
MethodMatcherPart of a Pointcut: Checks whether the target method is eligible for advice.Interfaceorg.springframework.aopSpring MVC
MethodMatchersStatic utility methods for composing MethodMatchers.Classorg.springframework.aop.supportSpring MVC
NameMatchMethodPointcutPointcut bean for simple method name matches, as alternative to regexp patterns.Classorg.springframework.aop.supportSpring MVC
NameMatchMethodPointcutAdvisorConvenient class for name-match method pointcuts that hold an Advice,making them an Advisor.Classorg.springframework.aop.supportSpring MVC
NotAnAtAspectExceptionExtension of AopConfigException thrown when trying to performan advisor generation operation on a class that is not anClassorg.springframework.aop.aspectj.annotationSpring MVC
PerformanceMonitorInterceptorSimple AOP Alliance MethodInterceptor for performance monitoring.Classorg.springframework.aop.interceptorSpring MVC
PointcutCore Spring pointcut abstraction.Interfaceorg.springframework.aopSpring MVC
PointcutAdvisorSuperinterface for all Advisors that are driven by a pointcut.Interfaceorg.springframework.aopSpring MVC
PointcutComponentDefinitionClassorg.springframework.aop.configSpring MVC
PointcutEntryParseState entry representing a pointcut.Classorg.springframework.aop.configSpring MVC
PointcutsPointcut constants for matching getters and setters,and static methods useful for manipulating and evaluating pointcuts.Classorg.springframework.aop.supportSpring MVC
PoolingConfigConfig interface for a pooling target source.Interfaceorg.springframework.aop.targetSpring MVC
PrototypeAspectInstanceFactoryAspectInstanceFactory backed by a BeanFactory-provided prototype,enforcing prototype semantics.Classorg.springframework.aop.aspectj.annotationSpring MVC
PrototypeTargetSourceTargetSource implementation thatcreates a new instance of the target bean for each request,Classorg.springframework.aop.targetSpring 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
ProxyMethodInvocationExtension of the AOP Alliance MethodInvocationinterface, allowing access to the proxy that the method invocation was made through.Interfaceorg.springframework.aopSpring 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
RawTargetAccessMarker for AOP proxy interfaces (in particular: introduction interfaces)that explicitly intend to return the raw target object (which would normallyInterfaceorg.springframework.aopSpring MVC
ReflectiveAspectJAdvisorFactoryFactory that can create Spring AOP Advisors given AspectJ classes fromclasses honoring the AspectJ 5 annotation syntax, using reflection toClassorg.springframework.aop.aspectj.annotationSpring MVC
ReflectiveAspectJAdvisorFactory .SyntheticInstantiationAdvisorSynthetic advisor that instantiates the aspect.Classorg.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactorySpring MVC
ReflectiveMethodInvocationSpring's implementation of the AOP AllianceMethodInvocation interface,Classorg.springframework.aop.frameworkSpring MVC
RefreshableInterface to be implemented by dynamic target objects,which support reloading and optionally polling for updates.Interfaceorg.springframework.aop.target.dynamicSpring MVC
RegexpMethodPointcutAdvisorConvenient class for regexp method pointcuts that hold an Advice,making them an Advisor.Classorg.springframework.aop.supportSpring MVC
RootClassFilterSimple ClassFilter implementation that passes classes (and optionally subclasses)Author:Rod JohnsonSee Also:Serialized FormClassorg.springframework.aop.supportSpring MVC
ScopedObjectAn AOP introduction interface for scoped objects.Interfaceorg.springframework.aop.scopeSpring MVC
ScopedProxyFactoryBeanConvenient proxy factory bean for scoped objects.Classorg.springframework.aop.scopeSpring MVC
ScopedProxyUtilsUtility class for creating a scoped proxy.Classorg.springframework.aop.scopeSpring MVC
SimpleAspectInstanceFactoryof the specified aspect class for every getAspectInstance() call.Classorg.springframework.aop.aspectjSpring MVC
SimpleAsyncUncaughtExceptionHandlerA default AsyncUncaughtExceptionHandler that simply logs the exception.Classorg.springframework.aop.interceptorSpring MVC
SimpleBeanFactoryAwareAspectInstanceFactoryBeanFactory using a configured bean name.Classorg.springframework.aop.configSpring MVC
SimpleBeanTargetSourceSimple TargetSource implementation,freshly obtaining the specified target bean from its containingClassorg.springframework.aop.targetSpring MVC
SimpleMetadataAwareAspectInstanceFactorycreates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.Classorg.springframework.aop.aspectj.annotationSpring MVC
SimpleTraceInterceptorSimple AOP Alliance MethodInterceptor that can be introducedin a chain to display verbose trace information about intercepted methodClassorg.springframework.aop.interceptorSpring MVC
SingletonAspectInstanceFactoryspecified singleton object, returning the same instance for everygetAspectInstance() call.Classorg.springframework.aop.aspectjSpring MVC
SingletonMetadataAwareAspectInstanceFactoryby a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.Classorg.springframework.aop.aspectj.annotationSpring MVC
SingletonTargetSourcethat holds a given object.Classorg.springframework.aop.targetSpring MVC
StaticMethodMatcherConvenient abstract superclass for static method matchers, which don't careabout arguments at runtime.Classorg.springframework.aop.supportSpring MVC
StaticMethodMatcherPointcutConvenient superclass when we want to force subclasses to implement theMethodMatcher interface but subclasses will want to be pointcuts.Classorg.springframework.aop.supportSpring MVC
StaticMethodMatcherPointcutAdvisorConvenient base class for Advisors that are also static pointcuts.Classorg.springframework.aop.supportSpring MVC
TargetClassAwareMinimal interface for exposing the target class behind a proxy.Interfaceorg.springframework.aopSpring MVC
TargetSourceA TargetSource is used to obtain the current target ofan AOP invocation, which will be invoked via reflection if no aroundInterfaceorg.springframework.aopSpring MVC
TargetSourceCreatorsources, for particular beans.Interfaceorg.springframework.aop.framework.autoproxySpring MVC
ThreadLocalTargetSourceAlternative to an object pool.Classorg.springframework.aop.targetSpring MVC
ThreadLocalTargetSourceStatsStatistics for a ThreadLocal TargetSource.Interfaceorg.springframework.aop.targetSpring MVC
ThrowsAdviceTag interface for throws advice.Interfaceorg.springframework.aopSpring MVC
ThrowsAdviceInterceptorInterceptor to wrap an after-throwing advice.Classorg.springframework.aop.framework.adapterSpring MVC
TypePatternClassFilterSpring AOP ClassFilter implementation using AspectJ type matching.Classorg.springframework.aop.aspectjSpring MVC
UnknownAdviceTypeExceptionException thrown when an attempt is made to use an unsupportedAdvisor or Advice type.Classorg.springframework.aop.framework.adapterSpring MVC