|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.core.ControlFlowFactory
public abstract class ControlFlowFactory
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.
Constructor Summary | |
---|---|
ControlFlowFactory()
|
Method Summary | |
---|---|
static ControlFlow |
createControlFlow()
Return an appropriate ControlFlow instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlFlowFactory()
Method Detail |
---|
public static ControlFlow createControlFlow()
ControlFlow
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |