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 inherited from class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
_context, _introspectAncestors
-
-
Constructor Summary
Constructors Constructor Description MultiPartConfigAnnotationHandler(WebAppContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoHandle(java.lang.Class clazz)-
Methods inherited from class org.eclipse.jetty.annotations.AnnotationIntrospector.AbstractIntrospectableAnnotationHandler
getContext, handle
-
-
-
-
Constructor Detail
-
MultiPartConfigAnnotationHandler
public MultiPartConfigAnnotationHandler(WebAppContext context)
-
-
Method Detail
-
doHandle
public void doHandle(java.lang.Class clazz)
- Specified by:
doHandlein classAnnotationIntrospector.AbstractIntrospectableAnnotationHandler
-
-