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

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.startOrExit().
map(Function<? super T, ? extends O>) - Method in interface ratpack.exec.PromiseOperations
Transforms the promised value by applying the given function to it.
map(Function<? super Pair<L, R>, ? extends T>) - Method in class ratpack.func.Pair
Applies the given function to this, returning the result.
map(String, Class<K>, Class<V>) - Method in interface ratpack.groovy.templating.TemplateModel
 
map(String) - Method in interface ratpack.groovy.templating.TemplateModel
 
map(Publisher<I>, Function<? super I, ? extends O>) - Static method in class ratpack.stream.Streams
Returns a publisher that publishes items from the given input publisher after transforming each item via the given function.
map(Function<? super T, ? extends O>) - Method in interface ratpack.stream.TransformablePublisher
mapLeft(Function<? super L, ? extends T>) - Method in class ratpack.func.Pair
Creates a new pair, with the left item being the result of applying the given function to the left item of this.
mapRight(Function<? super R, ? extends T>) - Method in class ratpack.func.Pair
Creates a new pair, with the right item being the result of applying the given function to the right item of this.
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(CharSequence, CharSequence, Closure<?>) - Static method in class ratpack.groovy.Groovy
Renderable object for markup built using Groovy's MarkupBuilder.
markupBuilder(CharSequence, Charset, Closure<?>) - Static method in class ratpack.groovy.Groovy
 
MarkupRenderer - Interface in ratpack.groovy.markup
 
MarkupTemplate - Class in ratpack.groovy.markuptemplates
 
MarkupTemplate(String, String, Map<?, ?>) - Constructor for class ratpack.groovy.markuptemplates.MarkupTemplate
 
MarkupTemplatingModule - Class in ratpack.groovy.markuptemplates
An extension module that provides support for the Groovy markup template engine.
MarkupTemplatingModule() - Constructor for class ratpack.groovy.markuptemplates.MarkupTemplatingModule
 
MarkupTemplatingModule.Config - Class in ratpack.groovy.markuptemplates
 
MAX_CONTENT_LENGTH - Static variable in class ratpack.launch.LaunchConfigs.Property
The max content length.
maxContentLength(int) - Method in class ratpack.launch.LaunchConfigBuilder
The max number of bytes a request body can be.
maxLength(int) - Method in interface ratpack.websocket.WebSocketSpec
 
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.
merge(Publisher<? extends T>...) - Static method in class ratpack.stream.Streams
Returns a publisher that merges the given input publishers into a single stream of elements.
method(String) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
Set the request method (case insensitive).
method(String) - Method in interface ratpack.http.client.RequestSpec
Set the HTTP verb to use.
method(String) - Method in interface ratpack.test.handling.RequestFixture
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.
multicast(Publisher<T>) - Static method in class ratpack.stream.Streams
Returns a publisher that will stream events emitted from the given publisher to all of its subscribers.
multicast() - Method in interface ratpack.stream.TransformablePublisher
MultiplePromiseSubscriptionException - Exception in ratpack.exec
Thrown when a single use promise is subscribed to more than once.
MultiplePromiseSubscriptionException() - Constructor for exception ratpack.exec.MultiplePromiseSubscriptionException
Constructor.
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 - 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 V W X Y 
Skip navigation links