A B C D E F G H I J L M N O P R S T U V W X 

I

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
Adds a closure based application initializer.
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.
init(Context) - Method in interface ratpack.handling.ProcessingInterceptor
Called once per request when the interceptor is registered with the context.
init() - Method in interface ratpack.newrelic.NewRelicTransaction
 
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.
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(ProcessingInterceptor.Type, Context, Runnable) - Method in interface ratpack.handling.ProcessingInterceptor
Wraps the “rest” of the processing on the current thread.
Invocation - Interface in ratpack.test.handling
Represents the result of invoking a handler.
invocationBuilder() - Static method in class ratpack.groovy.test.GroovyUnitTest
Create a Groovy invocation builder, for unit testing a Handler.
invocationBuilder(InvocationBuilder) - Static method in class ratpack.groovy.test.GroovyUnitTest
Create a Groovy invocation builder, for unit testing a Handler, by wrapping the given InvocationBuilder.
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
Unit test a Handler.
invoke(Handler) - Method in interface ratpack.groovy.test.handling.GroovyInvocationBuilder
 
invoke(Handler) - Method in interface ratpack.test.handling.InvocationBuilder
 
invoke(Handler, Action<? super InvocationBuilder>) - Static method in class ratpack.test.UnitTest
Unit test a Handler.
isAuthenticationRequired(Context) - Method in interface ratpack.pac4j.Authorizer
Determines whether authentication is required for a given context.
isCalledNext() - Method in interface ratpack.test.handling.Invocation
 
isCompressResponses() - Method in interface ratpack.launch.LaunchConfig
Whether or not responses should be compressed.
isCompressResponses() - Method in class ratpack.test.MockLaunchConfig
Returns false.
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
True if this type equals "application/x-www-form-urlencoded".
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
True if this type equals "text/html".
isJson() - Method in interface ratpack.http.MediaType
True if this type equals "application/json".
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.
isReloadable() - Method in class ratpack.test.MockLaunchConfig
Returns false.
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/".
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.
isTimeResponses() - Method in class ratpack.test.MockLaunchConfig
Returns false.
A B C D E F G H I J L M N O P R S T U V W X