GroovyByContentSpec |
DefaultGroovyByContentSpec.html(Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.html(Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.html(Block block) |
|
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(Class<? extends Handler> handlerType) |
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 |
GroovyByContentSpec.html(Block block) |
Specifies that the given handler should be used if the client wants content of type "text/html".
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.json(Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.json(Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.json(Block block) |
|
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(Class<? extends Handler> handlerType) |
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 |
GroovyByContentSpec.json(Block block) |
Specifies that the given handler should be used if the client wants content of type "application/json".
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(String mimeType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.noMatch(Block block) |
|
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(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(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(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 |
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 |
DefaultGroovyByContentSpec.plainText(Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.plainText(Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.plainText(Block block) |
|
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(Class<? extends Handler> handlerType) |
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 |
GroovyByContentSpec.plainText(Block block) |
Specifies that the given handler should be used if the client wants content of type "text/plain".
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(CharSequence mimeType,
Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(CharSequence mimeType,
Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(CharSequence mimeType,
Block block) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(String mimeType,
Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(String mimeType,
Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.type(String mimeType,
Block block) |
|
default GroovyByContentSpec |
GroovyByContentSpec.type(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(CharSequence mimeType,
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(CharSequence mimeType,
Handler handler) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(CharSequence mimeType,
Block block) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
default GroovyByContentSpec |
GroovyByContentSpec.type(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(String mimeType,
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(String mimeType,
Handler handler) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
GroovyByContentSpec.type(String mimeType,
Block block) |
Specifies that the given handler should be used if the client wants content of the given MIME type.
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(String mimeType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.unspecified(Block block) |
|
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(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(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(Handler 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(Block block) |
Specifies that the given handler should be used if the client did not provide a usable "Accept" header in the request.
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.xml(Class<? extends Handler> handlerType) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.xml(Handler handler) |
|
GroovyByContentSpec |
DefaultGroovyByContentSpec.xml(Block block) |
|
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(Class<? extends Handler> handlerType) |
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".
|
GroovyByContentSpec |
GroovyByContentSpec.xml(Block block) |
Specifies that the given handler should be used if the client wants content of type "application/xml".
|