Package org.kuali.rice.kns.util.spring

Spring utilities.

See:
          Description

Class Summary
AnnotationAndNameMatchingTransactionAttributeSource Classes are not considered for name matching, if they do not have the specified annotation on the class or method.
ClassOrMethodAnnotationFilter Matches if the annotation specified during construction is present on the class or any of methods returned by class.getMethods().
ClassOrMethodAnnotationMatcher Matches if the specified annotation is present on the targetClass or if it is present on the most specific method on the target class corresponding to the method specified, as defined by AopUtils.
ClassOrMethodAnnotationPointcut Wrapper for ClassOrMethodAnnotationFilter and ClassOrMethodAnnotationMatcher that are based on the anotation type specified during construction.
IfExistsFactoryBean This is a description of what this class does - jjhanso don't forget to fill this in.
MethodLoggingInterceptor This interceptor generates log message before entering and after leaving the method being intercepted.
NamedOrderedListBean This class can be used to group items in spring for later retrieval by list name.
 

Annotation Types Summary
Cached Simple metadata to target a class or method for spring method caching.
CacheNoCopy Simple metadata to target a class or method for spring method caching.
Logged Simple meta data to target a class or method for spring method logging.
 

Package org.kuali.rice.kns.util.spring Description

Spring utilities.



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.