Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » core » [javadoc | source]
org.springframework.core
abstract public class: ControlFlowFactory [javadoc | source]
java.lang.Object
   org.springframework.core.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.

Nested Class Summary:
static class  ControlFlowFactory.Jdk14ControlFlow  Utilities for cflow-style pointcuts. Note that such pointcuts are 5-10 times more expensive to evaluate than other pointcuts, as they require analysis of the stack trace (through constructing a new throwable). However, they are useful in some cases.

This implementation uses the StackTraceElement class introduced in Java 1.4. 

Method from org.springframework.core.ControlFlowFactory Summary:
createControlFlow
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.core.ControlFlowFactory Detail:
 public static ControlFlow createControlFlow()