Package org.springframework.util

Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.

See
          Description

Class Diagram Summary
util 
 

Interface Summary
ResponseTimeMonitorInterface implemented by objects that can provide performance information as well as a record of the number of times they are accessed.
 

Class Summary
ClassLoaderUtilsUtility class for diagnostic purposes, to analyze the ClassLoader hierarchy for any object.
FileCopyUtilsUtility methods for file and stream copying.
Log4jConfigurerConvenience class that features simple methods for custom Log4J configuration.
PathMatcherUtility for matching paths with patterns in an Ant-like way.
ResponseTimeMonitorImplImplementation of ResponseTimeMonitor for use via delegation by objects that implement this interface.
StopWatchSimple stop watch, allowing for timing of a number of tasks, exposing total running time and running time for each named task.
StopWatch.TaskInfoInner class to hold data about one task executed within the stopwatch
StringUtilsMiscellaneous string utility methods.
 

Package org.springframework.util Description

Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects.