Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.aop.support Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
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
AbstractPointcutAdvisorAbstract base class for PointcutAdvisoror a freely configurable pointcut/advice.Classorg.springframework.aop.supportSpring MVC
AbstractRegexpMethodPointcutAbstract base regular expression pointcut bean.Classorg.springframework.aop.supportSpring 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
AopUtilsUtility methods for AOP support code.Classorg.springframework.aop.supportSpring MVC
ClassFiltersStatic utility methods for composing ClassFilters.Classorg.springframework.aop.supportSpring MVC
ComposablePointcutConvenient class for building up pointcuts.Classorg.springframework.aop.supportSpring MVC
ControlFlowPointcutPointcut and method matcher for use in simple cflow-style pointcut.Classorg.springframework.aop.supportSpring 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
DelegatePerTargetObjectIntroductionInterceptorConvenient implementation of theIntroductionInterceptor interface.Classorg.springframework.aop.supportSpring MVC
DelegatingIntroductionInterceptorConvenient implementation of theIntroductionInterceptor interface.Classorg.springframework.aop.supportSpring 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
ExpressionPointcutInterface to be implemented by pointcuts that use String expressions.Interfaceorg.springframework.aop.supportSpring MVC
IntroductionInfoSupportSupport for implementations of IntroductionInfo.Classorg.springframework.aop.supportSpring MVC
JdkRegexpMethodPointcutRegular expression pointcut based on the java.Classorg.springframework.aop.supportSpring 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
PointcutsPointcut constants for matching getters and setters,and static methods useful for manipulating and evaluating pointcuts.Classorg.springframework.aop.supportSpring 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
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