- 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) - 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.
- 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
-
- 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 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
-
- Authorizer<U extends UserProfile> - Interface in ratpack.pac4j
-
An authorization strategy for integration with pac4j.