- main(String[]) - Static method in class ratpack.groovy.launch.GroovyRatpackMain
-
- main(String[]) - Static method in class ratpack.launch.RatpackMain
-
- 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
-
- markupBuilder(String, String, Closure<?>) - Static method in class ratpack.groovy.Groovy
-
- MarkupRenderer - Interface in ratpack.groovy.markup
-
- MAX_CONTENT_LENGTH - Static variable in class ratpack.launch.LaunchConfigs.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.handling.Context
-
Does the same thing as
Registry.get(Class)
, except returns null instead of throwing an exception.
- maybeGet(TypeToken<O>) - Method in interface ratpack.handling.Context
-
Does the same thing as
Registry.get(Class)
, except returns null instead of throwing an exception.
- 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.
- maybeGet(TypeToken<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.groovy.test.handling.GroovyRequestFixture
-
- method(String) - Method in interface ratpack.http.client.RequestSpec
-
- method(String) - Method in interface ratpack.test.handling.RequestFixture
-
Set the request method (case insensitive).
- method(String) - Method in class ratpack.test.handling.RequestFixtureAction
-
Set the request method (case insensitive).
- metrics() - Method in class ratpack.codahale.metrics.CodaHaleMetricsModule
-
Enables the collection of metrics.
- MetricsWebsocketBroadcastHandler - Class in ratpack.codahale.metrics
-
A Handler that broadcasts metric reports via web sockets.
- MetricsWebsocketBroadcastHandler() - Constructor for class ratpack.codahale.metrics.MetricsWebsocketBroadcastHandler
-
- 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
-
- 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
-
- MutableStatus - Interface in ratpack.http
-
A status line of a HTTP response.