Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.aop.aspectj Classes and Interfaces - 40 results found.
NameDescriptionTypePackageFramework
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
AnnotationAwareAspectJAutoProxyCreatorAspectJAwareAdvisorAutoProxyCreator subclass that processes all AspectJannotation aspects in the current application context, as well as Spring Advisors.Classorg.springframework.aop.aspectj.annotationSpring 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
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
DeclareParentsAdvisorIntroduction advisor delegating to the given object.Classorg.springframework.aop.aspectjSpring MVC
InstantiationModelAwarePointcutAdvisorInterface to be implemented by Spring AOP Advisors wrapping AspectJaspects that may have a lazy initialization strategy.Interfaceorg.springframework.aop.aspectjSpring 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
MethodInvocationProceedingJoinPointwrapping an AOP Alliance MethodInvocation.Classorg.springframework.aop.aspectjSpring MVC
NotAnAtAspectExceptionExtension of AopConfigException thrown when trying to performan advisor generation operation on a class that is not anClassorg.springframework.aop.aspectj.annotationSpring MVC
PrototypeAspectInstanceFactoryAspectInstanceFactory backed by a BeanFactory-provided prototype,enforcing prototype semantics.Classorg.springframework.aop.aspectj.annotationSpring 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
SimpleAspectInstanceFactoryof the specified aspect class for every getAspectInstance() call.Classorg.springframework.aop.aspectjSpring MVC
SimpleMetadataAwareAspectInstanceFactorycreates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.Classorg.springframework.aop.aspectj.annotationSpring 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
TypePatternClassFilterSpring AOP ClassFilter implementation using AspectJ type matching.Classorg.springframework.aop.aspectjSpring MVC