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

A

AbstractAuthorizer - 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(Module...) - Method in interface ratpack.guice.BindingsSpec
Adds the bindings from the given modules.
add(Iterable<? extends Module>) - Method in interface ratpack.guice.BindingsSpec
Adds the bindings from the given modules.
add(Module...) - Method in class ratpack.guice.BindingsSpecAction
Adds the bindings from the given modules.
add(Iterable<? extends Module>) - Method in class ratpack.guice.BindingsSpecAction
Adds the bindings from the given modules.
add(CharSequence, Object) - Method in interface ratpack.http.MutableHeaders
Adds a new header with the specified name and value.
add(Class<? super O>, O) - Static method in class ratpack.registry.Registries
Adds a registry entry that is available by the given type.
add(Object) - Static method in class ratpack.registry.Registries
Adds a registry entry.
add(Class<O>, Factory<? extends O>) - Static method in class ratpack.registry.Registries
Adds a lazily created entry to the registry.
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.
add(Class<? super O>, O) - Method in class ratpack.registry.RegistrySpecAction
 
add(Object) - Method in class ratpack.registry.RegistrySpecAction
 
add(Class<O>, Factory<? extends O>) - Method in class ratpack.registry.RegistrySpecAction
 
addExecInterceptor(ExecInterceptor, Action<? super Context>) - Method in interface ratpack.handling.Context
 
addImpliedDefaults(Properties) - Method in class ratpack.groovy.launch.GroovyRatpackMain
 
addImpliedDefaults(Properties) - Method in class ratpack.launch.RatpackMain
Subclass hook for adding default property values.
addInterceptor(ExecInterceptor, Action<? super Execution>) - Method in interface ratpack.exec.Execution
 
address(InetAddress) - Method in class ratpack.launch.LaunchConfigBuilder
Sets the address to bind to.
ADDRESS - Static variable in class ratpack.launch.LaunchConfigs.Property
The address to bind to.
addSessionListener(SessionListener) - Method in interface ratpack.session.SessionManager
 
all(TypeToken<T>, Predicate<? super T>) - Method in interface ratpack.handling.Context
Returns all of the objects whose declared type is assignment compatible with the given type and who satisfy the given predicate.
all(TypeToken<T>, Predicate<? super T>) - Method in interface ratpack.registry.Registry
Returns all of the objects whose declared type is assignment compatible with the given type and who satisfy the given predicate.
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.
apply(INPUT) - Method in interface ratpack.func.Function
The function implementation.
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, String...) - Method in class ratpack.handling.ChainAction
 
assets(LaunchConfig, 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 - Interface in ratpack.pac4j
An authorization strategy for integration with pac4j.
AutoCloseWebSocketHandler<T extends AutoCloseable> - Class in ratpack.websocket
 
AutoCloseWebSocketHandler() - Constructor for class ratpack.websocket.AutoCloseWebSocketHandler
 
A B C D E F G H I J L M N O P R S T U V W X