Package org.eclipse.jetty.annotations
Class MultiPartConfigAnnotationHandler
- java.lang.Object
-
- org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
- org.eclipse.jetty.annotations.MultiPartConfigAnnotationHandler
-
- All Implemented Interfaces:
AnnotationIntrospector.IntrospectableAnnotationHandler
public class MultiPartConfigAnnotationHandler extends AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
MultiPartConfigAnnotationHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected WebAppContext
_context
-
Constructor Summary
Constructors Constructor Description MultiPartConfigAnnotationHandler(WebAppContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doHandle(java.lang.Class clazz)
-
Methods inherited from class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
handle
-
-
-
-
Field Detail
-
_context
protected WebAppContext _context
-
-
Constructor Detail
-
MultiPartConfigAnnotationHandler
public MultiPartConfigAnnotationHandler(WebAppContext context)
-
-