|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 AnnotationParser.Handler 的软件包 | |
|---|---|
| org.eclipse.jetty.annotations | |
| org.eclipse.jetty.annotations 中 AnnotationParser.Handler 的使用 |
|---|
| org.eclipse.jetty.annotations 中 AnnotationParser.Handler 的子接口 | |
|---|---|
static interface |
AnnotationParser.ClassHandler
ClassHandler Responds to finding a Class |
static interface |
AnnotationParser.DiscoverableAnnotationHandler
DiscoverableAnnotationHandler Processes an annotation when it is discovered on a class. |
static interface |
AnnotationParser.FieldHandler
FieldHandler Responds to finding a Field |
static interface |
AnnotationParser.MethodHandler
MethodHandler Responds to finding a Method |
| 实现 AnnotationParser.Handler 的 org.eclipse.jetty.annotations 中的类 | |
|---|---|
class |
AbstractDiscoverableAnnotationHandler
DiscoverableAnnotationHandler |
class |
ClassInheritanceHandler
ClassInheritanceHandler As asm scans for classes, remember the type hierarchy. |
class |
ContainerInitializerAnnotationHandler
ContainerInitializerAnnotationHandler Discovers classes that contain the specified annotation, either at class or method level. |
class |
WebFilterAnnotationHandler
WebFilterAnnotationHandler |
class |
WebListenerAnnotationHandler
|
class |
WebServletAnnotationHandler
WebServletAnnotationHandler Process a WebServlet annotation on a class. |
| 类型参数类型为 AnnotationParser.Handler 的 org.eclipse.jetty.annotations 中的字段 | |
|---|---|
protected List<AnnotationParser.Handler> |
AnnotationParser._handlers
|
| 参数类型为 AnnotationParser.Handler 的 org.eclipse.jetty.annotations 中的方法 | |
|---|---|
boolean |
AnnotationParser.deregisterHandler(AnnotationParser.Handler h)
Remove a particular handler |
void |
AnnotationParser.registerHandler(AnnotationParser.Handler h)
Add a particular handler |
| 类型变量类型为 AnnotationParser.Handler 的 org.eclipse.jetty.annotations 中的方法参数 | |
|---|---|
void |
AnnotationParser.registerHandlers(List<? extends AnnotationParser.Handler> handlers)
Add a list of handlers |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||