当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ControlFlowFactory (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.core
Class ControlFlowFactory
java.lang.Object
org.springframework.core.ControlFlowFactory
public abstract class ControlFlowFactory
- extends Object
Static factory to conceal automatic choice of Java 1.4 or 1.3 ControlFlow
implementation class.
We want to use the more efficient Java 1.4 StackTraceElement if we can,
but we don't want to impose a runtime dependency on JDK 1.4.
- Since:
- 02.02.2004
- Author:
- Rod Johnson, Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlFlowFactory
public ControlFlowFactory()
createControlFlow
public static ControlFlow createControlFlow()
- Returns an appropriate
ControlFlow
instance.
- Returns:
- an appropriate
ControlFlow
instance
Copyright © 2002-2007 The Spring Framework.