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.
- author:
Rod - Johnson
- author:
Juergen - Hoeller
- since:
02.02.2004 -
| 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. |