Interface | Description |
---|---|
EndpointResource |
Add this to a Java class to mark it as containing endpoints
|
JavascriptRequestHandler |
Class | Description |
---|---|
EndpointsRegistry | |
JavaRestEndpoint |
Represents a RESTful endpoint defined via a Java object and method.
|
QueryToPager<T extends Model> | |
RequestArg | |
ResourceToEndpoints | |
RestEndpointBase |
Represents a RESTful endpoint, for handling incoming HTTP requests based
on the path and HTTP Method.
|
SlugRegistry | |
SlugRegistry.BucketThing | |
XSRFHooks |
Annotation Type | Description |
---|---|
BodyParam | |
DefaultJsonView | |
MapParam | |
MinRole | |
ObjectParam | |
XSRF |
Add this annotation to an endpoint to explicitly define if you want Cross-site Request Forgery
prevention.
|
Copyright © 2016. All rights reserved.