站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.util.ReflectionUtils.MethodCallback (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.util.ReflectionUtils.MethodCallback

Packages that use ReflectionUtils.MethodCallback
org.springframework.util Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects. 
 

Uses of ReflectionUtils.MethodCallback in org.springframework.util
 

Methods in org.springframework.util with parameters of type ReflectionUtils.MethodCallback
static void ReflectionUtils.doWithMethods(Class targetClass, ReflectionUtils.MethodCallback mc)
          Perform the given callback operation on all matching methods of the given class and superclasses.
static void ReflectionUtils.doWithMethods(Class targetClass, ReflectionUtils.MethodCallback mc, ReflectionUtils.MethodFilter mf)
          Perform the given callback operation on all matching methods of the given class and superclasses.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.