- INDEX_FILES - Static variable in class ratpack.launch.LaunchConfigs.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.GroovyBindingsSpec
-
Adds a closure based application initializer.
- init(Action<Injector>) - Method in interface ratpack.guice.BindingsSpec
-
Registers an action to operate on the injector when it has been finalized.
- init(Class<? extends Runnable>) - Method in interface ratpack.guice.BindingsSpec
-
Registers a runnable to instantiated via dependency injection when the injector is created from this module registry.
- init(Action<Injector>) - Method in class ratpack.guice.BindingsSpecAction
-
Registers an action to operate on the injector when it has been finalized.
- init(Class<? extends Runnable>) - Method in class ratpack.guice.BindingsSpecAction
-
Registers a runnable to instantiated via dependency injection when the injector is created from this module registry.
- init() - Method in interface ratpack.newrelic.NewRelicTransaction
-
- initialize() - Static method in class ratpack.hystrix.HystrixRatpack
-
- initialize() - Static method in class ratpack.rx.RxRatpack
-
- InjectedPac4jModule<C extends Credentials,U extends UserProfile> - Class in ratpack.pac4j
-
An extension module that provides support for authentication via pac4j.
- InjectedPac4jModule(Class<C>, Class<U>) - Constructor for class ratpack.pac4j.InjectedPac4jModule
-
Constructs a new instance.
- InjectionHandler - Class in ratpack.handling
-
A super class that removes the boiler plate of retrieving objects from the context registry by injecting them based on a method signature.
- InjectionHandler() - Constructor for class ratpack.handling.InjectionHandler
-
Constructor.
- InjectionHandler.NoSuitableHandleMethodException - Exception in ratpack.handling
-
Exception thrown if the subclass doesn't provide a valid handle method.
- InjectionHandler.NoSuitableHandleMethodException(Class<?>, SecurityException) - Constructor for exception ratpack.handling.InjectionHandler.NoSuitableHandleMethodException
-
- insert(Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Inserts the given nested handler chain.
- insert(Closure<?>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Inserts the given nested handler chain.
- insert(Action<? super Chain>) - Method in class ratpack.groovy.handling.GroovyChainAction
-
- insert(Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
-
- insert(Action<? super Chain>) - Method in interface ratpack.handling.Chain
-
Inserts the given nested handler chain.
- insert(Action<? super Chain>) - Method in class ratpack.handling.ChainAction
-
- 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.
- intercept(ExecInterceptor.ExecType, Runnable) - Method in interface ratpack.exec.ExecInterceptor
-
Intercepts the “rest” of the execution on the current thread.
- isAuthenticationRequired(Context) - Method in interface ratpack.pac4j.Authorizer
-
Determines whether authentication is required for a given context.
- isCacheable(Predicate<?>) - Static method in class ratpack.registry.PredicateCacheability
-
- isCalledNext() - Method in interface ratpack.test.handling.HandlingResult
-
Indicates whether the result of invoking the handler was that it delegated to a downstream handler.
- isCompressResponses() - Method in interface ratpack.launch.LaunchConfig
-
Whether or not responses should be compressed.
- 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.exec.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.
- isHasBaseDir() - Method in interface ratpack.launch.LaunchConfig
-
Whether or not the base dir of the application has been set.
- 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
-
- isManagedThread() - Method in interface ratpack.exec.ExecController
-
Indicates whether the current thread is managed by this execution controller.
- 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.
- 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.HandlingResult
-
- isStaticallyCompile() - Method in interface ratpack.groovy.templating.TemplatingConfig
-
- isStaticallyCompile() - Method in class ratpack.groovy.templating.TemplatingModule
-
- isSuccess() - Method in class ratpack.exec.Result
-
True if this was a success result.
- isText() - Method in interface ratpack.http.MediaType
-
True if this type starts with "text/
".
- isTimeResponses() - Method in interface ratpack.launch.LaunchConfig
-
Indicates whether responses should include a 'X-Response-Time' header with the number of milliseconds (to 5 decimal places) it took to process the request.