RequestHandler
to be used as
a CREST resource, with the necessary methods then being annotated to
indicate which operations are available, and the method that handles them.See: Description
Annotation Type | Description |
---|---|
Action |
Indicates an CREST action method on a
RequestHandler -annotated POJO. |
Create |
Indicates an CREST create method on a
RequestHandler -annotated POJO. |
Delete |
Indicates an CREST delete method on a
RequestHandler -annotated POJO. |
Patch |
Indicates an CREST patch method on a
RequestHandler -annotated POJO. |
Query |
Indicates an CREST query method on a
RequestHandler -annotated POJO. |
Read |
Indicates an CREST read method on a
RequestHandler -annotated POJO. |
RequestHandler |
A marker annotation to indicate that the annotated class should be interpretted as an annotated POJO CREST
resource.
|
Update |
Indicates an CREST update method on a
RequestHandler -annotated POJO. |
RequestHandler
to be used as
a CREST resource, with the necessary methods then being annotated to
indicate which operations are available, and the method that handles them.Copyright 2011-2015 ForgeRock AS.