Package io.milton.http.annotated
Class GetAnnotationHandler
java.lang.Object
io.milton.http.annotated.AbstractAnnotationHandler
io.milton.http.annotated.GetAnnotationHandler
- All Implemented Interfaces:
AnnotationHandler
- Author:
- brad
-
Field Summary
Fields inherited from class io.milton.http.annotated.AbstractAnnotationHandler
annoClass, annoResourceFactory, methods -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(AnnoResource resource, OutputStream out, Range range, Map<String, String> params, String contentType) Methods inherited from class io.milton.http.annotated.AbstractAnnotationHandler
attemptToReadProperty, attemptToSetProperty, getAnnoClass, getControllerMethods, getMethodForType, getSupportedMethods, invoke, isCompatible, parseController
-
Constructor Details
-
GetAnnotationHandler
-
-
Method Details
-
execute
public void execute(AnnoResource resource, OutputStream out, Range range, Map<String, String> params, String contentType) throws IOException, NotAuthorizedException, BadRequestException, NotFoundException
-