- INDEX_FILES - Static variable in class ratpack.launch.LaunchConfigFactory.Property
-
The comma separated list of file names of files that can be served in place of a directory.
- indexFiles(String...) - Method in class ratpack.launch.LaunchConfigBuilder
-
Adds the given values as potential index file names.
- indexFiles(List<String>) - Method in class ratpack.launch.LaunchConfigBuilder
-
Adds the given values as potential index file names.
- init(Closure<?>) - Method in interface ratpack.groovy.guice.GroovyModuleRegistry
-
- init(Class<T>, Closure<?>) - Method in interface ratpack.groovy.guice.GroovyModuleRegistry
-
- init(Action<Injector>) - Method in interface ratpack.guice.ModuleRegistry
-
Registers an action to operate on the injector when it has been finalized.
- init(Class<? extends Runnable>) - Method in interface ratpack.guice.ModuleRegistry
-
Registers a runnable to instantiated via dependency injection when the injector is created from this module registry.
- insert(Handler...) - Method in interface ratpack.handling.Context
-
Inserts some handlers into the pipeline, then delegates to the first.
- insert(Registry, Handler...) - Method in interface ratpack.handling.Context
-
Inserts some handlers into the pipeline to execute with the given registry, then delegates to the first.
- insert(Class<T>, Factory<? extends T>, Handler...) - Method in interface ratpack.handling.Context
-
Inserts some handlers into the pipeline to execute with the given object created by the factory made available, then delegates to the first.
- insert(Class<P>, T, Handler...) - Method in interface ratpack.handling.Context
-
Inserts some handlers into the pipeline to execute with the given object made available, then delegates to the first.
- insert(Object, Handler...) - Method in interface ratpack.handling.Context
-
Inserts some handlers into the pipeline to execute with the the given object added to the service, then delegates to the first.
- Invocation - Interface in ratpack.test.handling
-
Represents the result of invoking a handler.
- InvocationBuilder - Interface in ratpack.test.handling
-
Builds the context fot the invocation of a
Handler
(for unit testing handler implementations).
- invocationBuilder() - Static method in class ratpack.test.UnitTest
-
Create an invocation builder, for unit testing a
Handler
.
- InvocationTimeoutException - Exception in ratpack.test.handling
-
- InvocationTimeoutException(Invocation, int) - Constructor for exception ratpack.test.handling.InvocationTimeoutException
-
- invoke(Handler, Closure<?>) - Static method in class ratpack.groovy.test.GroovyUnitTest
-
- invoke(Handler) - Method in interface ratpack.test.handling.InvocationBuilder
-
- invoke(Handler, Action<? super InvocationBuilder>) - Static method in class ratpack.test.UnitTest
-
- invokeMethod(String, Object) - Method in class ratpack.test.remote.RemoteControl
-
- isCalledNext() - Method in interface ratpack.test.handling.Invocation
-
- isDelete() - Method in interface ratpack.http.HttpMethod
-
True if the method is DELETE.
- isEmpty() - Method in interface ratpack.http.MediaType
-
True if this represents the absence of a value (i.e.
- isFailure() - Method in class ratpack.util.Result
-
True if this was a failure result.
- isForm() - Method in interface ratpack.http.MediaType
-
- isFromClient() - Method in interface ratpack.websocket.WebSocketClose
-
- isFromServer() - Method in interface ratpack.websocket.WebSocketClose
-
- isGet() - Method in interface ratpack.http.HttpMethod
-
True if the method is GET or HEAD.
- isHead() - Method in interface ratpack.http.HttpMethod
-
True if the method is HEAD.
- isHtml() - Method in interface ratpack.http.MediaType
-
- isJson() - Method in interface ratpack.http.MediaType
-
- isOpen() - Method in interface ratpack.websocket.WebSocket
-
- isOptions() - Method in interface ratpack.http.HttpMethod
-
True if the method is OPTIONS.
- isPatch() - Method in interface ratpack.http.HttpMethod
-
True if the method is PATCH.
- isPost() - Method in interface ratpack.http.HttpMethod
-
True if the method is POST.
- isPrettyPrint() - Method in class ratpack.jackson.JacksonModule
-
Should the JSON be pretty printed.
- isPut() - Method in interface ratpack.http.HttpMethod
-
True if the method is PUT.
- isReloadable() - Method in interface ratpack.groovy.templating.TemplatingConfig
-
- isReloadable() - Method in class ratpack.groovy.templating.TemplatingModule
-
- isReloadable() - Method in class ratpack.handlebars.HandlebarsModule
-
- isReloadable() - Method in interface ratpack.launch.LaunchConfig
-
Whether or not the server is in "reloadable" (i.e.
- isRunning() - Method in interface ratpack.server.RatpackServer
-
Returns true
if the server is running.
- isSentResponse() - Method in interface ratpack.test.handling.Invocation
-
- isStaticallyCompile() - Method in interface ratpack.groovy.templating.TemplatingConfig
-
- isStaticallyCompile() - Method in class ratpack.groovy.templating.TemplatingModule
-
- isSuccess() - Method in class ratpack.util.Result
-
True if this was a success result.
- isText() - Method in interface ratpack.http.MediaType
-
True if this type starts with "text/
".