JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
X
M
main(String[])
- Static method in class ratpack.groovy.launch.
GroovyRatpackMain
main(String[])
- Static method in class ratpack.launch.
RatpackMain
Starts a Ratpack application, by creating a new instance of this class and calling
RatpackMain.start()
.
MAIN_THREADS
- Static variable in class ratpack.launch.
LaunchConfigFactory.Property
The number of worker threads to use.
mainThreads(int)
- Method in class ratpack.launch.
LaunchConfigBuilder
How many request handling threads to use.
map(String, Class<K>, Class<V>)
- Method in interface ratpack.groovy.templating.
TemplateModel
map(String)
- Method in interface ratpack.groovy.templating.
TemplateModel
MapSessionsModule
- Class in
ratpack.session.store
An extension module that provides an in memory map store for sessions,
SessionStore
.
MapSessionsModule(int, int)
- Constructor for class ratpack.session.store.
MapSessionsModule
Creates a new module with the given configuration for session storage.
Markup
- Interface in
ratpack.groovy.markup
Render type for markup to be built using Groovy's
MarkupBuilder
.
markupBuilder(String, String, Closure<?>)
- Static method in class ratpack.groovy.
Groovy
Renderable object for markup built using Groovy's
MarkupBuilder
.
MarkupRenderer
- Interface in
ratpack.groovy.markup
MAX_CONTENT_LENGTH
- Static variable in class ratpack.launch.
LaunchConfigFactory.Property
The max conent lenght.
maxContentLength(int)
- Method in class ratpack.launch.
LaunchConfigBuilder
The max content length.
maxLength(int)
- Method in interface ratpack.websocket.
WebSocketBuilder
maybeGet(Class<O>)
- Method in interface ratpack.registry.
Registry
Does the same thing as
Registry.get(Class)
, except returns null instead of throwing an exception.
MediaType
- Interface in
ratpack.http
A structured value for a Content-Type header value.
method(String)
- Method in interface ratpack.test.handling.
InvocationBuilder
metrics()
- Method in class ratpack.codahale.metrics.
CodaHaleMetricsModule
metrics(boolean)
- Method in class ratpack.codahale.metrics.
CodaHaleMetricsModule
MimeTypes
- Interface in
ratpack.file
A registry for mime types.
ModuleRegistry
- Interface in
ratpack.guice
A container of modules, used for specifying which modules to back an application with.
modules(Closure<?>)
- Method in interface ratpack.groovy.
Groovy.Ratpack
Registers the closure used to configure the
GroovyModuleRegistry
that will back the application.
modules(Closure<?>)
- Method in class ratpack.groovy.test.embed.
ClosureBackedEmbeddedApplication
Specifies the modules of the application.
MultiValueMap
<
K
,
V
> - Interface in
ratpack.util
A map that may contain multiple values for a given key, but typically only one value.
MutableHeaders
- Interface in
ratpack.http
A set of HTTP headers that can be changed.
MutableRegistry
<
T
> - Interface in
ratpack.registry
A
Registry
that is also mutable.
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
W
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes