Package org.springframework.core
Class ControlFlowFactory
- java.lang.Object
- org.springframework.core.ControlFlowFactory
@Deprecated public abstract class ControlFlowFactory extends Object
Deprecated.as of Spring Framework 4.3.6Static 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 Description ControlFlowFactory()
Deprecated.
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ControlFlow
createControlFlow()
Deprecated.Return an appropriateControlFlow
instance.
Constructor Detail
ControlFlowFactory
public ControlFlowFactory()
Deprecated.
Method Detail
createControlFlow
public static ControlFlow createControlFlow()
Deprecated.Return an appropriateControlFlow
instance.