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

A

AbstractAuthorizer<U extends UserProfile> - Class in ratpack.pac4j
An abstract implementation of Authorizer that provides sensible defaults.
AbstractAuthorizer() - Constructor for class ratpack.pac4j.AbstractAuthorizer
 
accepts(String...) - Static method in class ratpack.handling.Handlers
A handler that delegates to the next handler if the request claims that it can accept one of the given types, otherwise raises a 406 client error.
Action<T> - Interface in ratpack.func
A generic type for an object that does some work with a thing.
Actions - Class in ratpack.func
Factories for different Action implementations.
add(CharSequence, Object) - Method in interface ratpack.http.MutableHeaders
Adds a new header with the specified name and value.
add(Class<? super O>, O) - Method in interface ratpack.registry.RegistryBuilder
Adds a registry entry that is available by the given type.
add(Object) - Method in interface ratpack.registry.RegistryBuilder
Adds a registry entry.
add(Class<O>, Factory<? extends O>) - Method in interface ratpack.registry.RegistryBuilder
Adds a lazily created entry to the registry.
add(Class<? super O>, O) - Method in interface ratpack.registry.RegistrySpec
Adds a registry entry that is available by the given type.
add(Object) - Method in interface ratpack.registry.RegistrySpec
Adds a registry entry.
add(Class<O>, Factory<? extends O>) - Method in interface ratpack.registry.RegistrySpec
Adds a lazily created entry to the registry.
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
Convert the value with given key to a Boolean, using Boolean.valueOf(String).
asByte(K) - Method in interface ratpack.util.TypeCoercingMap
Convert the value with given key to a Byte, using Byte.valueOf(String).
asInt(K) - Method in interface ratpack.util.TypeCoercingMap
Convert the value with given key to a Integer, using Integer.valueOf(String).
asLong(K) - Method in interface ratpack.util.TypeCoercingMap
Convert the value with given key to a Long, using Long.valueOf(String).
assets(String, String...) - Method in interface ratpack.groovy.handling.GroovyChain
Adds a handler that serves static assets at the given file system path, relative to the contextual file system binding.
assets(String, String...) - Method in class ratpack.groovy.handling.GroovyChainAction
 
assets(String, String...) - Method in interface ratpack.handling.Chain
Adds a handler 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
Convert the value with given key to a Short, using Short.valueOf(String).
Authorizer<U extends UserProfile> - Interface in ratpack.pac4j
An authorization strategy for integration with pac4j.
A B C D E F G H I J L M N O P R S T U V W X