- H2Module - Class in ratpack.h2
-
- H2Module() - Constructor for class ratpack.h2.H2Module
-
- H2Module(String, String, String) - Constructor for class ratpack.h2.H2Module
-
- handle(GroovyContext) - Method in class ratpack.groovy.handling.GroovyHandler
-
- handle(Context) - Method in class ratpack.groovy.handling.GroovyHandler
-
- handle(Context) - Method in interface ratpack.handling.Handler
-
Handles the context.
- handle(Context) - Method in class ratpack.handling.ServiceUsingHandler
-
Invokes the custom "handle" method, extracting necessary parameters from the context to satisfy the call.
- HandlebarsModule - Class in ratpack.handlebars
-
An extension module that provides support for Handlebars.java templating engine.
- HandlebarsModule() - Constructor for class ratpack.handlebars.HandlebarsModule
-
- handlebarsTemplate(String) - Static method in class ratpack.handlebars.Template
-
- handlebarsTemplate(Map<String, ?>, String) - Static method in class ratpack.handlebars.Template
-
- handlebarsTemplate(Map<String, ?>, String, String) - Static method in class ratpack.handlebars.Template
-
- handlebarsTemplate(String, T) - Static method in class ratpack.handlebars.Template
-
- handlebarsTemplate(String, T, String) - Static method in class ratpack.handlebars.Template
-
- handler(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds the given Closure
as a Handler
to this GroovyChain
.
- handler(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.
- handler(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds the given Handler
to this GroovyChain
.
- handler(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler
to this GroovyChain
that delegates to the given Handler
if the relative path
matches the given path
exactly.
- handler(LaunchConfig, Action<? super ModuleRegistry>, Action<? super Chain>) - Static method in class ratpack.guice.Guice
-
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
- handler(LaunchConfig, Action<? super ModuleRegistry>, Transformer<? super Injector, ? extends Handler>) - Static method in class ratpack.guice.Guice
-
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
- handler(LaunchConfig, Injector, Action<? super ModuleRegistry>, Action<? super Chain>) - Static method in class ratpack.guice.Guice
-
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
- handler(LaunchConfig, Injector, Action<? super ModuleRegistry>, Transformer<? super Injector, ? extends Handler>) - Static method in class ratpack.guice.Guice
-
Creates a handler that can be used as the entry point for a Guice backed Ratpack app.
- handler(Handler) - Method in interface ratpack.handling.Chain
-
Adds the given Handler
to this GroovyChain
.
- handler(String, Handler) - Method in interface ratpack.handling.Chain
-
Adds a Handler
to this GroovyChain
that delegates to the given Handler
if the relative path
matches the given path
exactly.
- Handler - Interface in ratpack.handling
-
A handler participates in the processing of a request/response pair, operating on a
Context
.
- HANDLER_FACTORY - Static variable in class ratpack.launch.LaunchConfigFactory.Property
-
The full qualified classname of the handler factory (required).
- HandlerDecoratingModule - Interface in ratpack.guice
-
A Guice module that contributes to the default handler setup.
- HandlerFactory - Interface in ratpack.launch
-
A factory contract for creating handlers, typically the root handler of the application.
- handlers(Closure<?>) - Method in interface ratpack.groovy.Groovy.Ratpack
-
Registers the closure used to build the handler chain of the application.
- handlers(Closure<?>) - Method in class ratpack.groovy.test.embed.ClosureBackedEmbeddedApplication
-
Specifies the handlers of the application.
- Handlers - Class in ratpack.handling
-
Factory methods for handler decorations.
- head() - Method in interface ratpack.groovy.test.TestHttpClient
-
- head(String) - Method in interface ratpack.groovy.test.TestHttpClient
-
- header(String, String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler
to the chain that delegates to the given handler if the request has a header with the given name and a its value matches the given value exactly.
- header(String, 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 request
has a HTTPHeader
with the given name and a it's value matches the given value exactly.
- header(String, String, Handler) - Method in interface ratpack.handling.Chain
-
Adds a Handler
to the chain that delegates to the given handler if the request has a header with the given name and a its value matches the given value exactly.
- header(String, String, Handler) - Static method in class ratpack.handling.Handlers
-
Creates a handler that delegates to the given handler if the request
has a HTTPHeader
with the
given name and a it's value matches the given value exactly.
- header(String, String) - Method in interface ratpack.test.handling.InvocationBuilder
-
- Headers - Interface in ratpack.http
-
An immutable set of HTTP headers.
- healthChecks() - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule
-
- healthChecks(boolean) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule
-
- html(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByContentHandler
-
- html(Runnable) - Method in interface ratpack.handling.ByContentHandler
-
Convenience method to respond with "text/html" mime type.
- htmlBuilder(Closure<?>) - Static method in class ratpack.groovy.Groovy
-
- HttpMethod - Interface in ratpack.http
-
The method of a HTTP request.