- lastModified(Date, Runnable) - Method in interface ratpack.handling.Context
-
Convenience method for handling last-modified based HTTP caching.
- left(Promise<O>) - Method in interface ratpack.exec.Promise
-
- left - Variable in class ratpack.func.Pair
-
The left item of the pair.
- left() - Method in class ratpack.func.Pair
-
The left item of the pair.
- left(T) - Method in class ratpack.func.Pair
-
Replaces the left item with the given item.
- listOf(Class<T>) - Static method in class ratpack.util.Types
-
Creates a type token for a list of of the given type.
- literal(String) - Method in interface ratpack.path.PathBinderBuilder
-
Add a literal to the path.
- literalPattern(String) - Method in interface ratpack.path.PathBinderBuilder
-
Add a regular expression parameterized literal element to the path.
- load(AsciiString) - Method in interface ratpack.session.SessionStore
-
Reads the session data for the given id.
- loadConfigData(ObjectMapper) - Method in interface ratpack.config.ConfigSource
-
Loads the configuration data from this data source.
- LOCAL_MEMORY_SESSION_CACHE_BINDING_KEY - Static variable in class ratpack.session.SessionModule
-
The key of the binding for the
Cache
implementation that backs the in memory session store.
- LOCAL_MEMORY_SESSION_CACHE_BINDING_NAME - Static variable in class ratpack.session.SessionModule
-
The name of the binding for the
Cache
implementation that backs the in memory session store.
- localAddress(HostAndPort) - Method in interface ratpack.groovy.test.handling.GroovyRequestFixture
-
Set the local address to which this request is made.
- localAddress(HostAndPort) - Method in interface ratpack.test.handling.RequestFixture
-
Set the local address to which this request is made.
- log() - Static method in interface ratpack.handling.RequestLog
-
Adds a handler that logs each request.
- login(Context, Class<? extends Client<?, ?>>) - Static method in class ratpack.pac4j.RatpackPac4j
-
Logs the user in by redirecting to the authenticator, or provides the user profile if already logged in.
- logout(Context) - Static method in class ratpack.pac4j.RatpackPac4j
-
Logs out the current user, removing their profile from the session.