- Factory<T> - Interface in ratpack.func
-
An object that creates another.
- failure(Throwable) - Static method in class ratpack.exec.Result
-
Creates a failure result object.
- file(String) - Method in interface ratpack.file.FileSystemBinding
-
Creates a file reference relative to the bind point denoted by the given relative path.
- file(String) - Method in interface ratpack.form.Form
-
Return the first uploaded file with the given name.
- file(String) - Method in interface ratpack.handling.Context
-
- file(String) - Method in interface ratpack.test.embed.BaseDirBuilder
-
Returns a path for the given path within the base dir.
- file(String, String) - Method in interface ratpack.test.embed.BaseDirBuilder
-
Creates a file with the given string content at the given path within the base dir.
- file(String) - Method in class ratpack.test.embed.PathBaseDirBuilder
-
Returns a path for the given path within the base dir.
- file(String, String) - Method in class ratpack.test.embed.PathBaseDirBuilder
-
Creates a file with the given string content at the given path within the base dir.
- FileRenderer - Interface in ratpack.file
-
A renderer for static files.
- files(String) - Method in interface ratpack.form.Form
-
Return all of the uploaded files with the given name.
- files() - Method in interface ratpack.form.Form
-
Returns all of the uploaded files.
- fileSystem(String, Handler) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a handler to this chain that changes the
FileSystemBinding
for the given handler.
- fileSystem(String, Action<? super Chain>) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a handler to this chain that changes the
FileSystemBinding
for the given handler chain.
- fileSystem(String, 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
changes the
FileSystemBinding
for the
Handler
list.
- fileSystem(String, Handler) - Method in class ratpack.groovy.handling.GroovyChainAction
-
- fileSystem(String, Action<? super Chain>) - Method in class ratpack.groovy.handling.GroovyChainAction
-
- fileSystem(String, Closure<?>) - Method in class ratpack.groovy.handling.GroovyChainAction
-
- fileSystem(String, Handler) - Method in interface ratpack.handling.Chain
-
Adds a handler to this chain that changes the
FileSystemBinding
for the given handler.
- fileSystem(String, Action<? super Chain>) - Method in interface ratpack.handling.Chain
-
Adds a handler to this chain that changes the
FileSystemBinding
for the given handler chain.
- fileSystem(String, Handler) - Method in class ratpack.handling.ChainAction
-
- fileSystem(String, Action<? super Chain>) - Method in class ratpack.handling.ChainAction
-
- fileSystem(LaunchConfig, String, Handler) - Static method in class ratpack.handling.Handlers
-
- FileSystemBinding - Interface in ratpack.file
-
A file system binding represents a file system location that is used to resolve relative paths.
- Form - Interface in ratpack.form
-
An uploaded form.
- forward() - Method in exception ratpack.exec.ExecException
-
Route the exception the the context.
- fromJson(Class<T>) - Static method in class ratpack.jackson.Jackson
-
- fromJson(Class<T>, ObjectMapper) - Static method in class ratpack.jackson.Jackson
-
- Fulfiller<T> - Interface in ratpack.exec
-
A fulfiller of an asynchronous promise.
- Fulfillment<T> - Class in ratpack.exec
-
Convenience base for Action<Fulfiller<T>>
implementations.
- Fulfillment() - Constructor for class ratpack.exec.Fulfillment
-