- Action<T> - Interface in ratpack.util
-
A generic type for an object that does some work with a thing.
- add(String, Object) - Method in interface ratpack.http.MutableHeaders
-
Adds a new header with the specified name and value.
- add(Class<O>, O) - Method in class ratpack.registry.RegistryBuilder
-
- add(O) - Method in class ratpack.registry.RegistryBuilder
-
- add(Class<O>, Factory<? extends O>) - Method in class ratpack.registry.RegistryBuilder
-
- addImpliedDefaults(Properties) - Method in class ratpack.groovy.launch.GroovyRatpackMain
-
- addImpliedDefaults(Properties) - Method in class ratpack.launch.RatpackMain
-
Subclass hook for adding default property values.
- address(InetAddress) - Method in class ratpack.launch.LaunchConfigBuilder
-
Sets the address to bind to.
- ADDRESS - Static variable in class ratpack.launch.LaunchConfigFactory.Property
-
The address to bind to.
- addSessionListener(SessionListener) - Method in interface ratpack.session.SessionManager
-
- APPLICATION_FORM - Static variable in interface ratpack.http.MediaType
-
"application/x-www-form-urlencoded".
- APPLICATION_JSON - Static variable in interface ratpack.http.MediaType
-
"application/json".
- ApplicationUnderTest - Interface in ratpack.test
-
Provides the address of the running application.
- asBool(K) - Method in interface ratpack.util.TypeCoercingMap
-
- asByte(K) - Method in interface ratpack.util.TypeCoercingMap
-
- asInt(K) - Method in interface ratpack.util.TypeCoercingMap
-
- asLong(K) - Method in interface ratpack.util.TypeCoercingMap
-
- assets(String, String...) - Method in interface ratpack.groovy.handling.GroovyChain
-
Adds a Handler
to this GroovyChain
that serves static assets at the given file system path,
relative to the contextual file system binding.
- assets(String, String...) - Method in interface ratpack.handling.Chain
-
Adds a Handler
to this GroovyChain
that serves static assets at the given file system path,
relative to the contextual file system binding.
- assets(String, List<String>) - Static method in class ratpack.handling.Handlers
-
A handler that serves static assets at the given file system path, relative to the contextual file system binding.
- asShort(K) - Method in interface ratpack.util.TypeCoercingMap
-