- get(Block) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- get(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- get(Handler) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- get(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
-
Inserts the handler to chain if the request has a HTTP method of GET.
- get(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- get(String, Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- get(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- get(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- get(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler if the
relative path matches the given path and the request HTTPMethod is GET.
- get(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler
if the request HTTPMethod is GET and the path is at the current root.
- get() - Method in class ratpack.groovy.sql.SqlProvider
-
- get(String, Class<T>) - Method in interface ratpack.groovy.template.TextTemplateModel
-
Retrieve the given model item, of the given type.
- get(String, TypeToken<T>) - Method in interface ratpack.groovy.template.TextTemplateModel
-
Retrieve the given model item, of the given type.
- getContentType() - Method in class ratpack.groovy.template.Markup
-
- getContentType() - Method in class ratpack.groovy.template.MarkupTemplate
-
- getContext() - Method in interface ratpack.groovy.handling.GroovyContext
- getDefinition() - Method in class ratpack.groovy.template.Markup
-
- getEncoding() - Method in class ratpack.groovy.template.Markup
-
- getId() - Method in class ratpack.groovy.template.TextTemplate
-
- getModel() - Method in class ratpack.groovy.template.MarkupTemplate
-
- getModel() - Method in class ratpack.groovy.template.TextTemplate
-
- getModel() - Method in interface ratpack.groovy.template.TextTemplateScript
-
The backing model for this template.
- getName() - Method in class ratpack.groovy.template.MarkupTemplate
-
- getRegistry() - Method in class ratpack.groovy.handling.GroovyChainAction
- getServerConfig() - Method in class ratpack.groovy.handling.GroovyChainAction
- getTemplatesDirectory() - Method in class ratpack.groovy.template.MarkupTemplateModule.Config
-
- getTemplatesPath() - Method in class ratpack.groovy.template.TextTemplateModule.Config
-
- getType() - Method in class ratpack.groovy.template.TextTemplate
-
- Groovy - Class in ratpack.groovy
-
Static methods for specialized Groovy integration.
- Groovy.Ratpack - Interface in ratpack.groovy
-
The definition of a Groovy Ratpack application.
- Groovy.Script - Class in ratpack.groovy
-
Methods for working with Groovy scripts as application components.
- GroovyByContentSpec - Interface in ratpack.groovy.handling
-
A Groovy oriented content negotiation handler builder.
- GroovyByMethodSpec - Interface in ratpack.groovy.handling
-
A Groovy oriented multi-method handler builder.
- GroovyChain - Interface in ratpack.groovy.handling
-
A Groovy oriented handler chain builder DSL.
- GroovyChainAction - Class in ratpack.groovy.handling
-
A convenience super class for a standalone implementation of a Action<GroovyChain>.
- GroovyChainAction() - Constructor for class ratpack.groovy.handling.GroovyChainAction
-
- GroovyContext - Interface in ratpack.groovy.handling
-
Subclass of Context that adds Groovy friendly variants of methods.
- groovyHandler(Closure<?>) - Static method in class ratpack.groovy.Groovy
-
Creates a handler instance from a closure.
- GroovyHandler - Class in ratpack.groovy.handling
-
- GroovyHandler() - Constructor for class ratpack.groovy.handling.GroovyHandler
-
- groovyMarkupTemplate(String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based markup template, using no model and the default content type.
- groovyMarkupTemplate(String, String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based markup template, using no model.
- groovyMarkupTemplate(Map<String, ?>, String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based markup template, using the default content type.
- groovyMarkupTemplate(String, Action<? super ImmutableMap.Builder<String, Object>>) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based markup template, using the default content type.
- groovyMarkupTemplate(String, String, Action<? super ImmutableMap.Builder<String, Object>>) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based markup template.
- groovyMarkupTemplate(Map<String, ?>, String, String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based template.
- GroovyRatpackMain - Class in ratpack.groovy
-
A boilerplate entry point, which combines
RatpackServer.start(ratpack.func.Action) and
Groovy.Script.app().
- GroovyRatpackMain() - Constructor for class ratpack.groovy.GroovyRatpackMain
-
- GroovyRatpackServerSpec - Interface in ratpack.groovy.server
-
- GroovyRendererSupport<T> - Class in ratpack.groovy.render
-
A specialisation of
RendererSupport that makes a
GroovyContext available.
- GroovyRendererSupport() - Constructor for class ratpack.groovy.render.GroovyRendererSupport
-
- groovyTemplate(String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based template, using no model and the default content type.
- groovyTemplate(String, String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based template, using no model.
- groovyTemplate(Map<String, ?>, String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based template, using the default content type.
- groovyTemplate(Map<String, ?>, String, String) - Static method in class ratpack.groovy.Groovy
-
Creates a renderable Groovy based template.
- patch(Block) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- patch(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- patch(Handler) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- patch(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
-
Inserts the handler to chain if the request has a HTTP method of PATCH.
- patch(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- patch(String, Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- patch(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- patch(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- patch(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler if the
relative path matches the given path and the request HTTPMethod is PATCH.
- patch(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler
if the request HTTPMethod is PATCH and the path is at the current root.
- path(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- path(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- path(String, Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- path(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- path(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler if the
relative path matches the given path exactly.
- path(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- plainText(Block) - Method in class ratpack.groovy.handling.DefaultGroovyByContentSpec
-
- plainText(Handler) - Method in class ratpack.groovy.handling.DefaultGroovyByContentSpec
-
- plainText(Class<? extends Handler>) - Method in class ratpack.groovy.handling.DefaultGroovyByContentSpec
-
- plainText(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
-
Specifies that the given handler should be used if the client wants content of type "text/plain".
- plainText(Block) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
- plainText(Handler) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
- plainText(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyByContentSpec
- post(Block) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- post(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- post(Handler) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- post(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
-
Inserts the handler to chain if the request has a HTTP method of POST.
- post(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- post(String, Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- post(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- post(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- post(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler if the
relative path matches the given path and the request HTTPMethod is POST.
- post(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler
if the request HTTPMethod is POST and the path is at the current root.
- prefix(String, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
- prefix(String, Class<? extends Action<? super Chain>>) - Method in interface ratpack.groovy.handling.GroovyChain
- prefix(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Creates a List of Handler from the given Closure and adds a Handler to
this GroovyChain that delegates to the Handler list if the relative path starts with the given
prefix.
- put(Block) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- put(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- put(Handler) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
- put(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodSpec
-
Inserts the handler to chain if the request has a HTTP method of PUT.
- put(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- put(String, Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- put(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
- put(Class<? extends Handler>) - Method in interface ratpack.groovy.handling.GroovyChain
- put(String, Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler if the
relative path matches the given path and the request HTTPMethod is PUT.
- put(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Closure as a Handler
if the request HTTPMethod is PUT and the path is at the current root.