public abstract class

ControlFlowFactory

extends Object
java.lang.Object
   ↳ org.springframework.core.ControlFlowFactory

Class Overview

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.

Summary

Public Constructors
ControlFlowFactory()
Public Methods
static ControlFlow createControlFlow()
Return an appropriate ControlFlow instance.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ControlFlowFactory ()

Also: SpringCore

Public Methods

public static ControlFlow createControlFlow ()

Also: SpringCore

Return an appropriate ControlFlow instance.