GroovyByContentSpec |
DefaultGroovyByContentSpec.html(java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.html(Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.html(Handler handler) |
|
default GroovyByContentSpec |
GroovyByContentSpec.html(Closure<?> handler) |
Specifies that the given handler should be used if the client wants content of type "text/html".
|
GroovyByContentSpec |
GroovyByContentSpec.html(java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client wants content of type "text/html".
|
GroovyByContentSpec |
GroovyByContentSpec.html(Block block) |
Specifies that the given handler should be used if the client wants content of type "text/html".
|
GroovyByContentSpec |
GroovyByContentSpec.html(Handler handler) |
Specifies that the given handler should be used if the client wants content of type "text/html".
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.json(java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.json(Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.json(Handler handler) |
|
default GroovyByContentSpec |
GroovyByContentSpec.json(Closure<?> handler) |
Specifies that the given handler should be used if the client wants content of type "application/json".
|
GroovyByContentSpec |
GroovyByContentSpec.json(java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client wants content of type "application/json".
|
GroovyByContentSpec |
GroovyByContentSpec.json(Block block) |
Specifies that the given handler should be used if the client wants content of type "application/json".
|
GroovyByContentSpec |
GroovyByContentSpec.json(Handler handler) |
Specifies that the given handler should be used if the client wants content of type "application/json".
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(java.lang.String mimeType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(Handler handler) |
|
default GroovyByContentSpec |
GroovyByContentSpec.noMatch(Closure<?> handler) |
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
|
GroovyByContentSpec |
GroovyByContentSpec.noMatch(java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
|
GroovyByContentSpec |
GroovyByContentSpec.noMatch(java.lang.String mimeType) |
Specifies that the handler for the specified content type should be used if the client's requested content type cannot be matched with any of the other handlers.
|
GroovyByContentSpec |
GroovyByContentSpec.noMatch(Block block) |
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
|
GroovyByContentSpec |
GroovyByContentSpec.noMatch(Handler handler) |
Specifies that the given handler should be used if the client's requested content type cannot be matched with any of the other handlers.
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.plainText(java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.plainText(Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.plainText(Handler handler) |
|
default GroovyByContentSpec |
GroovyByContentSpec.plainText(Closure<?> handler) |
Specifies that the given handler should be used if the client wants content of type "text/plain".
|
GroovyByContentSpec |
GroovyByContentSpec.plainText(java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client wants content of type "text/plain".
|
GroovyByContentSpec |
GroovyByContentSpec.plainText(Block block) |
Specifies that the given handler should be used if the client wants content of type "text/plain".
|
GroovyByContentSpec |
GroovyByContentSpec.plainText(Handler handler) |
Specifies that the given handler should be used if the client wants content of type "text/plain".
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(java.lang.CharSequence mimeType,
java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(java.lang.CharSequence mimeType,
Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(java.lang.CharSequence mimeType,
Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(java.lang.String mimeType,
java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(java.lang.String mimeType,
Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(java.lang.String mimeType,
Handler handler) |
|
default GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.CharSequence mimeType,
Closure<?> handler) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.CharSequence mimeType,
java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.CharSequence mimeType,
Block block) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.CharSequence mimeType,
Handler handler) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
default GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.String mimeType,
Closure<?> handler) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.String mimeType,
java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.String mimeType,
Block block) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(java.lang.String mimeType,
Handler handler) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(java.lang.String mimeType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(Handler handler) |
|
default GroovyByContentSpec |
GroovyByContentSpec.unspecified(Closure<?> handler) |
Specifies that the given handler should be used if the client did not provide a usable "Accept" header in the request.
|
GroovyByContentSpec |
GroovyByContentSpec.unspecified(java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client did not provide a usable "Accept" header in the request.
|
GroovyByContentSpec |
GroovyByContentSpec.unspecified(java.lang.String mimeType) |
Specifies that the handler for the specified content type should be used if the client did not provide a usable "Accept" header in the request.
|
GroovyByContentSpec |
GroovyByContentSpec.unspecified(Block block) |
Specifies that the given handler should be used if the client did not provide a usable "Accept" header in the request.
|
GroovyByContentSpec |
GroovyByContentSpec.unspecified(Handler handler) |
Specifies that the given handler should be used if the client did not provide a usable "Accept" header in the request.
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.xml(java.lang.Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.xml(Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.xml(Handler handler) |
|
default GroovyByContentSpec |
GroovyByContentSpec.xml(Closure<?> handler) |
Specifies that the given handler should be used if the client wants content of type "application/xml".
|
GroovyByContentSpec |
GroovyByContentSpec.xml(java.lang.Class<? extends Handler> handlerType) |
Specifies that the given handler should be used if the client wants content of type "application/xml".
|
GroovyByContentSpec |
GroovyByContentSpec.xml(Block block) |
Specifies that the given handler should be used if the client wants content of type "application/xml".
|
GroovyByContentSpec |
GroovyByContentSpec.xml(Handler handler) |
Specifies that the given handler should be used if the client wants content of type "application/xml".
|