org.springframework.core
Class ControlFlowFactory

java.lang.Object
  extended byorg.springframework.core.ControlFlowFactory

public abstract class ControlFlowFactory
extends java.lang.Object

Singleton 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, and we don't want to impose a runtime dependency on 1.4.

Version:
$Id: ControlFlowFactory.java,v 1.2 2004/03/18 02:46:06 trisberg Exp $
Author:
Rod Johnson

Constructor Summary
ControlFlowFactory()
           
 
Method Summary
static ControlFlow createControlFlow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlFlowFactory

public ControlFlowFactory()
Method Detail

createControlFlow

public static ControlFlow createControlFlow()


Copyright (C) 2003-2004 The Spring Framework Project.