索引

A C E G H I O R W 
All Classes and Interfaces|常量字段值|所有程序包

A

AbstractControllerInstrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
ControllerInstrumentation enhance all constructor and method annotated with org.springframework.web.bind.annotation.RequestMapping that class has org.springframework.stereotype.Controller annotation.
AbstractControllerInstrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractControllerInstrumentation
 
AbstractSpring4Instrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
 
AbstractSpring4Instrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractSpring4Instrumentation
 

C

ControllerConstructorInterceptor - org.apache.skywalking.apm.plugin.spring.mvc.v4中的类
The ControllerConstructorInterceptor intercepts the Controller's constructor, in order to acquire the mapping annotation, if exist.
ControllerConstructorInterceptor() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.ControllerConstructorInterceptor
 
ControllerForLowVersionConstructorInterceptor - org.apache.skywalking.apm.plugin.spring.mvc.v4中的类
 
ControllerForLowVersionConstructorInterceptor() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.ControllerForLowVersionConstructorInterceptor
 
ControllerForLowVersionInstrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
 
ControllerForLowVersionInstrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerForLowVersionInstrumentation
 
ControllerInstrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
 
ControllerInstrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerInstrumentation
 

E

ENHANCE_ANNOTATION - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerForLowVersionInstrumentation
 
ENHANCE_ANNOTATION - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerInstrumentation
 
ENHANCE_ANNOTATION - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerForLowVersionInstrumentation
 
ENHANCE_ANNOTATION - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerInstrumentation
 
ENHANCE_CLASS - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.HandlerMethodInstrumentation
 
ENHANCE_CLASS - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.InvocableHandlerInstrumentation
 
ENHANCE_METHOD - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.HandlerMethodInstrumentation
 
ENHANCE_METHOD - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.InvocableHandlerInstrumentation
 
enhanceClass() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractControllerInstrumentation
 
enhanceClass() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.HandlerMethodInstrumentation
 
enhanceClass() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.InvocableHandlerInstrumentation
 

G

getConstructorsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractControllerInstrumentation
 
getConstructorsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerForLowVersionInstrumentation
 
getConstructorsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.HandlerMethodInstrumentation
 
getConstructorsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.InvocableHandlerInstrumentation
 
getConstructorsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerForLowVersionInstrumentation
 
getEnhanceAnnotations() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractControllerInstrumentation
 
getEnhanceAnnotations() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerForLowVersionInstrumentation
 
getEnhanceAnnotations() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerInstrumentation
 
getEnhanceAnnotations() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerForLowVersionInstrumentation
 
getEnhanceAnnotations() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerInstrumentation
 
getInstanceMethodsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractControllerInstrumentation
 
getInstanceMethodsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.HandlerMethodInstrumentation
 
getInstanceMethodsInterceptPoints() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.InvocableHandlerInstrumentation
 

H

HandlerMethodInstrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
HandlerMethodInstrumentation intercept the getBean method in the org.springframework.web.method.HandlerMethod class.
HandlerMethodInstrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.HandlerMethodInstrumentation
 

I

InvocableHandlerInstrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
InvocableHandlerInstrumentation intercept the invokeForRequest method in the org.springframework.web.method.support.InvocableHandlerMethod class.
InvocableHandlerInstrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.InvocableHandlerInstrumentation
 

O

onConstruct(EnhancedInstance, Object[]) - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.ControllerConstructorInterceptor
 
onConstruct(EnhancedInstance, Object[]) - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.ControllerForLowVersionConstructorInterceptor
 
org.apache.skywalking.apm.plugin.spring.mvc.v4 - 程序包 org.apache.skywalking.apm.plugin.spring.mvc.v4
 
org.apache.skywalking.apm.plugin.spring.mvc.v4.define - 程序包 org.apache.skywalking.apm.plugin.spring.mvc.v4.define
 

R

RestControllerForLowVersionInstrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
 
RestControllerForLowVersionInstrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerForLowVersionInstrumentation
 
RestControllerInstrumentation - org.apache.skywalking.apm.plugin.spring.mvc.v4.define中的类
 
RestControllerInstrumentation() - 类的构造器 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerInstrumentation
 

W

WITHNESS_CLASSES - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractSpring4Instrumentation
 
WITNESS_CLASSES_HIGH_VERSION - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerInstrumentation
 
WITNESS_CLASSES_LOW_VERSION - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerForLowVersionInstrumentation
 
WITNESS_CLASSES_LOW_VERSION - 类中的静态变量 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerForLowVersionInstrumentation
 
witnessClasses() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.AbstractSpring4Instrumentation
 
witnessClasses() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.ControllerForLowVersionInstrumentation
 
witnessClasses() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerForLowVersionInstrumentation
 
witnessClasses() - 类中的方法 org.apache.skywalking.apm.plugin.spring.mvc.v4.define.RestControllerInstrumentation
 
A C E G H I O R W 
All Classes and Interfaces|常量字段值|所有程序包