Action annotation is used to mark a
method (the action handler) that should be executed
to handle a certain http requestAfter annotation is used to mark a
method (the after interceptor) that should be executed
after executing controller action method
and before rendering view to responseBefore annotation is used to mark a
method (the before interceptor) that should be executed
before executing controller action method.Bind annotation is used to specify a
binding from a group of HTTP parameters to an action
handler method parameter, controller field or
an annotationBinder resolves to a certain type of argument out from a String-String mapCatch annotation is used to mark a
method (the exception interceptor) that should be executed
when there is an exception thrown out during the
action method executingDeleteAction annotation is used to mark a
method (the action handler) that should be executed
to handle a DELETE http requestFinally annotation is used to mark a
method (the finally interceptor) that should be executed
after view rendered and sent to responseResult.payload thread local
with default message.Result.payload thread local
with default message.Result.payload thread local
with default message.Result.payload thread local
with default message.Result.payload thread local
with default message.Result.payload thread local
with default message.Result.payload thread local
with default message.static NotModified instancestatic Unauthorized instanceGetAction annotation is used to mark a
method (the action handler) that should be executed
to handle a GET http requestHttpContextManager help to set up http context,
e.g.Result.payload thread local
with default message.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with default message.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with default message.Result.payload thread local
with default message.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with default message.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with default message.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with default message.Result.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with message specified.NotModified.etag() method, will return whatever stored in the
Result.payload thread local.NotModified.etag() method, will return whatever stored in the
Result.payload thread local.Result.payload thread local
with message specified, and store the cause specified into the Result.payload
thread local
When calling the instance on Throwable.getMessage() method, it will return whatever
stored in the Result.payload thread local; When calling the instance on
Throwable.getCause() method, it will return whatever stored in the Result.payload
thread localResult.payload thread local
with message specified, and store the cause specified into the Result.payload
thread local
When calling the instance on Throwable.getMessage() method, it will return whatever
stored in the Result.payload thread local; When calling the instance on
Throwable.getCause() method, it will return whatever stored in the Result.payload
thread localResult.payload thread local
with message specified.Result.payload thread local
with message specified.Result.payload thread local
with realm and type
When calling the instance on Unauthorized.realm() and Unauthorized.type() method, it will return whatever
stored in the Result.payload thread localParam annotation is used to specify a
binding of HTTP parameter to an action handler method
parameterBinderPatchAction annotation is used to mark a
method (the action handler) that should be executed
to handle a PATCH http requestPostAction annotation is used to mark a
method (the action handler) that should be executed
to handle a POST http request.PutAction annotation is used to mark a
method (the action handler) that should be executed
to handle a PUT http requesttruetruetrueBind annotation is used to specify
StringValueResolver that can be applied
to field, parameter or an annotationKVStoreWith annotation is used to delegate interceptorsCopyright © 2017. All Rights Reserved.