- ratpack(Closure<?>) - Static method in class ratpack.groovy.Groovy
-
Starts a Ratpack app, defined by the given closure.
- ratpack.api - package ratpack.api
-
Annotations that are used to further specify API contracts.
- ratpack.background - package ratpack.background
-
Mechanisms for executing operations that performing operations in the background (i.e.
- ratpack.codahale.metrics - package ratpack.codahale.metrics
-
- ratpack.error - package ratpack.error
-
Types that deal with handling application errors.
- ratpack.file - package ratpack.file
-
Types for dealing with the file system and serving files.
- ratpack.form - package ratpack.form
-
- ratpack.groovy - package ratpack.groovy
-
- ratpack.groovy.guice - package ratpack.groovy.guice
-
- ratpack.groovy.handling - package ratpack.groovy.handling
-
- ratpack.groovy.launch - package ratpack.groovy.launch
-
- ratpack.groovy.markup - package ratpack.groovy.markup
-
- ratpack.groovy.render - package ratpack.groovy.render
-
Specialised Groovy support for rendering.
- ratpack.groovy.sql - package ratpack.groovy.sql
-
- ratpack.groovy.templating - package ratpack.groovy.templating
-
Support for templating based on embedded Groovy code in text.
- ratpack.groovy.test - package ratpack.groovy.test
-
- ratpack.groovy.test.embed - package ratpack.groovy.test.embed
-
Support for creating Groovy based embedded applications.
- ratpack.guice - package ratpack.guice
-
- ratpack.h2 - package ratpack.h2
-
- ratpack.handlebars - package ratpack.handlebars
-
- ratpack.handling - package ratpack.handling
-
The handling of application requests.
- ratpack.handling.direct - package ratpack.handling.direct
-
- ratpack.http - package ratpack.http
-
The HTTP protocol.
- ratpack.jackson - package ratpack.jackson
-
- ratpack.launch - package ratpack.launch
-
Classes used to bootstrap a Ratpack application.
- ratpack.parse - package ratpack.parse
-
- ratpack.path - package ratpack.path
-
Types for managing the paths of requests inside the application.
- ratpack.registry - package ratpack.registry
-
Handlers communicate with each other by binding a "service" on to each
Context
.
- ratpack.remote - package ratpack.remote
-
- ratpack.render - package ratpack.render
-
The renderer framework provides a pluggable mechanism for serializing objects to the response.
- ratpack.server - package ratpack.server
-
Objects used to start a ratpack application.
- ratpack.session - package ratpack.session
-
- ratpack.session.store - package ratpack.session.store
-
Session scoped storage.
- ratpack.ssl - package ratpack.ssl
-
- ratpack.test - package ratpack.test
-
- ratpack.test.embed - package ratpack.test.embed
-
Support for creating embedded applications at test time, for testing Ratpack features and extensions.
- ratpack.test.handling - package ratpack.test.handling
-
- ratpack.test.remote - package ratpack.test.remote
-
- ratpack.thymeleaf - package ratpack.thymeleaf
-
Integration with
Thymeleaf templating engine.
- ratpack.util - package ratpack.util
-
General purpose types and utilities.
- ratpack.websocket - package ratpack.websocket
-
- RatpackMain - Class in ratpack.launch
-
An application entry point for starting a Ratpack application.
- RatpackMain() - Constructor for class ratpack.launch.RatpackMain
-
- RatpackMainServerFactory - Class in ratpack.test
-
- RatpackMainServerFactory() - Constructor for class ratpack.test.RatpackMainServerFactory
-
- RatpackMainServerFactory(Map<String, String>) - Constructor for class ratpack.test.RatpackMainServerFactory
-
- RatpackMainServerFactory(RatpackMain, Map<String, String>) - Constructor for class ratpack.test.RatpackMainServerFactory
-
- RatpackServer - Interface in ratpack.server
-
A Ratpack server.
- RatpackServerBuilder - Class in ratpack.server
-
- RatpackVersion - Class in ratpack.util
-
Provides the version of the Ratpack core at runtime.
- redirect(String) - Method in interface ratpack.handling.Context
-
Sends a temporary redirect response (i.e.
- redirect(int, String) - Method in interface ratpack.handling.Context
-
Sends a redirect response location URL and status code (which should be in the 3xx range).
- redirect(Context, String, int) - Method in interface ratpack.handling.Redirector
-
Issue a redirect to the client.
- Redirector - Interface in ratpack.handling
-
Contextual strategy for issuing redirects.
- regen() - Method in interface ratpack.session.Session
-
Initiates a new session, terminating the
Can only be called once per request, and not if getId() has already initiated a new session.
- register(Object, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler
to this GroovyChain
that inserts the given handler with the given service
addition.
- register(Object, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
- register(Object, 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 inserts the Handler
list with the given service
addition.
- register(Class<? super T>, T, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler
to this GroovyChain
that inserts the given handlers with the given service
addition.
- register(Class<? super T>, T, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
-
- register(Class<? super T>, T, 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
inserts the the Handler
list with the given service
addition.
- register(Object, Handler) - Method in interface ratpack.handling.Chain
-
Adds a Handler
to this GroovyChain
that inserts the given handler with the given service
addition.
- register(Object, Action<? super Chain>) - Method in interface ratpack.handling.Chain
-
- register(Class<? super T>, T, Handler) - Method in interface ratpack.handling.Chain
-
Adds a Handler
to this GroovyChain
that inserts the given handlers with the given service
addition.
- register(Class<? super T>, T, Action<? super Chain>) - Method in interface ratpack.handling.Chain
-
- register(T, Handler) - Static method in class ratpack.handling.Handlers
-
Creates a handler that inserts the handler chain defined by the builder, with the given service addition.
- register(Class<? super T>, T, Handler) - Static method in class ratpack.handling.Handlers
-
Creates a handler that inserts the handler chain defined by the builder, with the given service addition.
- register(Class<O>, O) - Method in interface ratpack.registry.MutableRegistry
-
Register the given object under the given type.
- register(T) - Method in interface ratpack.registry.MutableRegistry
-
Registers the given object with its concrete type.
- register(Object) - Method in interface ratpack.test.handling.InvocationBuilder
-
- registry(Injector) - Static method in class ratpack.guice.Guice
-
Creates a Ratpack
Registry
backed by the given
Injector
that will
NOT create objects via “just-in-time” binding.
- Registry - Interface in ratpack.registry
-
An object that can potentially provide objects of given types.
- RegistryBuilder - Class in ratpack.registry
-
- reloadable(boolean) - Method in class ratpack.launch.LaunchConfigBuilder
-
Whether or not the application is "reloadable".
- RELOADABLE - Static variable in class ratpack.launch.LaunchConfigFactory.Property
-
Whether to reload the application if the script changes at runtime.
- RemoteControl - Class in ratpack.test.remote
-
- RemoteControl(ApplicationUnderTest, String) - Constructor for class ratpack.test.remote.RemoteControl
-
- RemoteControl(ApplicationUnderTest) - Constructor for class ratpack.test.remote.RemoteControl
-
- RemoteControlModule - Class in ratpack.remote
-
An extension module that adds a Groovy Remote Control endpoint.
- RemoteControlModule() - Constructor for class ratpack.remote.RemoteControlModule
-
- remove(String) - Method in interface ratpack.http.MutableHeaders
-
Removes the header with the specified name.
- remove(Class<O>) - Method in interface ratpack.registry.MutableRegistry
-
Remove the registration for the given type.
- remove(Object) - Method in interface ratpack.util.MultiValueMap
-
- render(Context, T) - Method in class ratpack.groovy.render.GroovyRendererSupport
-
- render(GroovyContext, T) - Method in class ratpack.groovy.render.GroovyRendererSupport
-
Renders the given object to the context.
- render(String) - Method in interface ratpack.groovy.templating.TemplateScript
-
Renders a nested template inline, using the same model as this template.
- render(Map<String, ?>, String) - Method in interface ratpack.groovy.templating.TemplateScript
-
Renders a nested template inline, with the given model merged with the current template model.
- render(Object) - Method in interface ratpack.handling.Context
-
Render the given object, using the rendering framework.
- render(Context, T) - Method in interface ratpack.render.Renderer
-
Render the given object to the response.
- render(Context, T) - Method in class ratpack.render.RendererSupport
-
Render the given object to the response.
- rendered(Class<T>) - Method in interface ratpack.test.handling.Invocation
-
- Renderer<T> - Interface in ratpack.render
-
A renderer is responsible for rendering an object to the response.
- RendererSupport<T> - Class in ratpack.render
-
- RendererSupport() - Constructor for class ratpack.render.RendererSupport
-
Constructor.
- RendererSupport(Class<?>) - Constructor for class ratpack.render.RendererSupport
-
Constructor.
- Request - Interface in ratpack.http
-
A request to be handled.
- RequestBody - Interface in ratpack.http
-
- RequestOutcome - Interface in ratpack.handling
-
- resetRequest() - Method in interface ratpack.groovy.test.TestHttpClient
-
- respond(Handler) - Method in interface ratpack.handling.Context
-
Convenience method for delegating to a single handler.
- Response - Interface in ratpack.http
-
A response to a request.
- responseBody(byte[], String) - Method in interface ratpack.test.handling.InvocationBuilder
-
- responseBody(String, String) - Method in interface ratpack.test.handling.InvocationBuilder
-
- responseHeader(String, String) - Method in interface ratpack.test.handling.InvocationBuilder
-
- Result<T> - Class in ratpack.util
-
The result of an asynchronous operation, which may be a failure.
- Result(Exception) - Constructor for class ratpack.util.Result
-
Creates a failure result object.
- Result(Y) - Constructor for class ratpack.util.Result
-
Creates a successful result object.
- resultAction(Action<T>) - Method in interface ratpack.handling.Context
-
Creates a result action that uses the contextual error handler if the result is failure.
- ResultAction<T> - Interface in ratpack.util
-
Convenience subtype for an action that takes a result.