org.springframework.core
Class ControlFlowFactory
- java.lang.Object
-
- org.springframework.core.ControlFlowFactory
public abstract class ControlFlowFactory extends Object
Static factory to conceal the automatic choice of the ControlFlow implementation class.This implementation always uses the efficient Java 1.4 StackTraceElement mechanism for analyzing control flows.
- Since:
- 02.02.2004
- Author:
- Rod Johnson, Juergen Hoeller
-
Constructor Summary
Constructors Constructor and Description ControlFlowFactory()
Method Summary
Methods Modifier and Type Method and Description static ControlFlow
createControlFlow()
Return an appropriateControlFlow
instance.
-
Method Detail
createControlFlow
public static ControlFlow createControlFlow()
Return an appropriateControlFlow
instance.