public class SpringPointCut extends TracerFactoryPointCut
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SPRING_CONTROLLER |
static java.lang.String |
SPRING_VIEW |
DEFAULT_PRIORITY| Constructor and Description |
|---|
SpringPointCut(PointCutClassTransformer pointCutClassTransformer) |
SpringPointCut(PointCutClassTransformer pointCutClassTransformer,
AgentConfig config) |
| Modifier and Type | Method and Description |
|---|---|
Tracer |
doGetTracer(Transaction transaction,
ClassMethodSignature sig,
java.lang.Object controller,
java.lang.Object[] args) |
boolean |
isEnabled() |
getPointCutInvocationHandlerImpl, getTracercompareTo, createExactMethodMatcher, createMethodMatcher, equals, getClassMatcher, getMethodMatcher, getName, getPointCutInvocationHandler, getPriority, hashCode, isDispatcher, isIgnoreTransaction, noticeTransformerStarted, setPriority, toStringpublic static final java.lang.String SPRING_CONTROLLER
public static final java.lang.String SPRING_VIEW
public SpringPointCut(PointCutClassTransformer pointCutClassTransformer, AgentConfig config)
public SpringPointCut(PointCutClassTransformer pointCutClassTransformer)
public Tracer doGetTracer(Transaction transaction, ClassMethodSignature sig, java.lang.Object controller, java.lang.Object[] args)
doGetTracer in class TracerFactoryPointCut