Package com.soklet.annotation
package com.soklet.annotation
Annotations applicable to Resource Methods and their parameters.
These are documented in detail at https://www.soklet.com/docs/request-handling.
- Author:
- Mark Allen
-
Annotation InterfacesClassDescriptionApply to Resource Methods to support the HTTP
DELETEmethod.Allows multipleDELETEannotations to be applied to the same Resource Method.Apply to Resource Method parameters to enable HTML form parameter injection.Apply to Resource Methods to support the HTTPGETmethod.Allows multipleGETannotations to be applied to the same Resource Method.Apply to Resource Methods to support the HTTPHEADmethod.Allows multipleHEADannotations to be applied to the same Resource Method.Apply to Resource Method parameters to enable HTML multipart form parameter injection.Apply to Resource Methods to support the HTTPOPTIONSmethod.Allows multipleOPTIONSannotations to be applied to the same Resource Method.Apply to Resource Methods to support the HTTPPATCHmethod.Allows multiplePATCHannotations to be applied to the same Resource Method.Apply to Resource Method parameters to enable URL path parameter (for example,/widgets/{widgetId}) injection.Apply to Resource Methods to support the HTTPPOSTmethod.Allows multiplePOSTannotations to be applied to the same Resource Method.Apply to Resource Methods to support the HTTPPUTmethod.Allows multiplePUTannotations to be applied to the same Resource Method.Apply to Resource Method parameters to enable HTTP query parameter injection.Apply to Resource Method parameters to enable HTTP request body injection.Apply to Resource Method parameters to enable HTTP request cookie injection.Apply to Resource Method parameters to enable HTTP request header injection.Apply to Resource Methods to make them function as Server-Sent Event Sources.Allows multipleServerSentEventSourceannotations to be applied to the same Resource Method.