public class DefaultGroovyByContentSpec extends java.lang.Object implements GroovyByContentSpec
| Constructor and Description |
|---|
DefaultGroovyByContentSpec(ratpack.handling.ByContentSpec delegate) |
| Modifier and Type | Method and Description |
|---|---|
GroovyByContentSpec |
html(ratpack.func.Block block) |
GroovyByContentSpec |
html(java.lang.Class<? extends ratpack.handling.Handler> handlerType) |
GroovyByContentSpec |
html(ratpack.handling.Handler handler) |
GroovyByContentSpec |
json(ratpack.func.Block block) |
GroovyByContentSpec |
json(java.lang.Class<? extends ratpack.handling.Handler> handlerType) |
GroovyByContentSpec |
json(ratpack.handling.Handler handler) |
GroovyByContentSpec |
noMatch(ratpack.func.Block block) |
GroovyByContentSpec |
noMatch(java.lang.Class<? extends ratpack.handling.Handler> handlerType) |
GroovyByContentSpec |
noMatch(ratpack.handling.Handler handler) |
GroovyByContentSpec |
noMatch(java.lang.String mimeType) |
GroovyByContentSpec |
plainText(ratpack.func.Block block) |
GroovyByContentSpec |
plainText(java.lang.Class<? extends ratpack.handling.Handler> handlerType) |
GroovyByContentSpec |
plainText(ratpack.handling.Handler handler) |
GroovyByContentSpec |
type(java.lang.String mimeType,
ratpack.func.Block block) |
GroovyByContentSpec |
type(java.lang.String mimeType,
java.lang.Class<? extends ratpack.handling.Handler> handlerType) |
GroovyByContentSpec |
type(java.lang.String mimeType,
ratpack.handling.Handler handler) |
GroovyByContentSpec |
unspecified(ratpack.func.Block block) |
GroovyByContentSpec |
unspecified(java.lang.Class<? extends ratpack.handling.Handler> handlerType) |
GroovyByContentSpec |
unspecified(ratpack.handling.Handler handler) |
GroovyByContentSpec |
unspecified(java.lang.String mimeType) |
GroovyByContentSpec |
xml(ratpack.func.Block block) |
GroovyByContentSpec |
xml(java.lang.Class<? extends ratpack.handling.Handler> handlerType) |
GroovyByContentSpec |
xml(ratpack.handling.Handler handler) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithtml, json, noMatch, plainText, type, unspecified, xmlpublic DefaultGroovyByContentSpec(ratpack.handling.ByContentSpec delegate)
public GroovyByContentSpec type(java.lang.String mimeType, ratpack.func.Block block)
GroovyByContentSpectype in interface GroovyByContentSpectype in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec type(java.lang.String mimeType, ratpack.handling.Handler handler)
GroovyByContentSpectype in interface GroovyByContentSpectype in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec type(java.lang.String mimeType, java.lang.Class<? extends ratpack.handling.Handler> handlerType)
GroovyByContentSpectype in interface GroovyByContentSpectype in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec plainText(ratpack.func.Block block)
GroovyByContentSpecplainText in interface GroovyByContentSpecplainText in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec plainText(ratpack.handling.Handler handler)
GroovyByContentSpecplainText in interface GroovyByContentSpecplainText in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec plainText(java.lang.Class<? extends ratpack.handling.Handler> handlerType)
GroovyByContentSpecplainText in interface GroovyByContentSpecplainText in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec html(ratpack.func.Block block)
GroovyByContentSpechtml in interface GroovyByContentSpechtml in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec html(ratpack.handling.Handler handler)
GroovyByContentSpechtml in interface GroovyByContentSpechtml in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec html(java.lang.Class<? extends ratpack.handling.Handler> handlerType)
GroovyByContentSpechtml in interface GroovyByContentSpechtml in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec json(ratpack.func.Block block)
GroovyByContentSpecjson in interface GroovyByContentSpecjson in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec json(ratpack.handling.Handler handler)
GroovyByContentSpecjson in interface GroovyByContentSpecjson in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec json(java.lang.Class<? extends ratpack.handling.Handler> handlerType)
GroovyByContentSpecjson in interface GroovyByContentSpecjson in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec xml(ratpack.func.Block block)
GroovyByContentSpecxml in interface GroovyByContentSpecxml in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec xml(ratpack.handling.Handler handler)
GroovyByContentSpecxml in interface GroovyByContentSpecxml in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec xml(java.lang.Class<? extends ratpack.handling.Handler> handlerType)
GroovyByContentSpecxml in interface GroovyByContentSpecxml in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec noMatch(ratpack.func.Block block)
GroovyByContentSpecnoMatch in interface GroovyByContentSpecnoMatch in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec noMatch(ratpack.handling.Handler handler)
GroovyByContentSpecnoMatch in interface GroovyByContentSpecnoMatch in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec noMatch(java.lang.Class<? extends ratpack.handling.Handler> handlerType)
GroovyByContentSpecnoMatch in interface GroovyByContentSpecnoMatch in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec noMatch(java.lang.String mimeType)
GroovyByContentSpecnoMatch in interface GroovyByContentSpecnoMatch in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec unspecified(ratpack.func.Block block)
GroovyByContentSpecunspecified in interface GroovyByContentSpecunspecified in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec unspecified(ratpack.handling.Handler handler)
GroovyByContentSpecunspecified in interface GroovyByContentSpecunspecified in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec unspecified(java.lang.Class<? extends ratpack.handling.Handler> handlerType)
GroovyByContentSpecunspecified in interface GroovyByContentSpecunspecified in interface ratpack.handling.ByContentSpecpublic GroovyByContentSpec unspecified(java.lang.String mimeType)
GroovyByContentSpecunspecified in interface GroovyByContentSpecunspecified in interface ratpack.handling.ByContentSpec