Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.springframework.core

Interface Summary
ControlFlow Interface to be implemented by objects that can return information about the current call stack.
ErrorCoded Interface that can be implemented by exceptions etc that are error coded.
Ordered Interface that can be implemented by objects that should be orderable, e.g.
 

Class Summary
CollectionFactory Factory for collections, being aware of JDK 1.4+ extended collections and Commons Collection 3.x's corresponding versions for older JDKs.
CollectionFactory.CommonsCollectionFactory Actual creation of Commons Collections.
CollectionFactory.Jdk14CollectionFactory Actual creation of JDK 1.4+ Collections.
Constants This class can be used to parse other classes containing constant definitions in public static final members.
ControlFlowFactory Static factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow implementation class.
ControlFlowFactory.Jdk13ControlFlow Java 1.3 version of utilities for cflow-style pointcuts.
ControlFlowFactory.Jdk14ControlFlow Utilities for cflow-style pointcuts.
JdkVersion Helper class used to find the current Java/JDK version.
OrderComparator Comparator implementation for Ordered objects, sorting by order value ascending (resp.
SpringVersion Class that exposes the Spring version.
 

Exception Summary
ConstantException Exception thrown when the Constants class is asked for an invalid constant name.
NestedCheckedException Handy class for wrapping checked Exceptions with a root cause.
NestedRuntimeException Handy class for wrapping runtime Exceptions with a root cause.