- decorate(Injector, Handler) - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule
-
- decorate(Injector, Handler) - Method in interface ratpack.guice.HandlerDecoratingModule
-
Decorate the given handler with any global logic.
- decorate(Injector, Handler) - Method in class ratpack.remote.RemoteControlModule
-
- decorate(Injector, Handler) - Method in class ratpack.session.SessionModule
-
- decorate(Injector, Handler) - Method in class ratpack.session.store.MapSessionsModule
-
- DEFAULT_MAX_CONTENT_LENGTH - Static variable in interface ratpack.launch.LaunchConfig
-
The default max content length
- DEFAULT_PORT - Static variable in interface ratpack.launch.LaunchConfig
-
The default port for Ratpack applications, 5050.
- DEFAULT_REMOTE_CONTROL_PATH - Static variable in class ratpack.remote.RemoteControlModule
-
- delete(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyByMethodHandler
-
Defines the action to to take if the request has a HTTP method of DELETE.
- delete(Handler) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler to this GroovyChain that delegates to the given Handler if
the request HTTPMethod is DELETE and the path is at the current root.
- delete(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 and the request HTTPMethod
is DELETE.
- delete(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 DELETE.
- delete(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 DELETE and the path is at the current root.
- delete() - Method in interface ratpack.groovy.test.TestHttpClient
-
- delete(String) - Method in interface ratpack.groovy.test.TestHttpClient
-
- delete(Runnable) - Method in interface ratpack.handling.ByMethodHandler
-
Defines the action to to take if the request has a HTTP method of DELETE.
- delete(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 and the request HTTPMethod
is DELETE.
- delete(Handler) - Method in interface ratpack.handling.Chain
-
Adds a Handler to this GroovyChain that delegates to the given Handler if
the request HTTPMethod is DELETE and the path is at the current root.
- delete() - Static method in class ratpack.handling.Handlers
-
A handler that delegates to the next handler if the request is DELETE, otherwise raises a 405 client error.
- deleteText() - Method in interface ratpack.groovy.test.TestHttpClient
-
- deleteText(String) - Method in interface ratpack.groovy.test.TestHttpClient
-
- dir(String) - Method in interface ratpack.test.embed.BaseDirBuilder
-
Creates a directory at the given path within the base dir.
- dir(String) - Method in class ratpack.test.embed.PathBaseDirBuilder
-
Creates a directory at the given path within the base dir.
- DirectChannelAccess - Interface in ratpack.handling.direct
-