A B C D E F G H I J L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
L
- lastModified(Instant, Runnable) - Method in interface ratpack.handling.Context
-
Convenience method for handling last-modified based HTTP caching.
- lastModified(Date, Runnable) - Method in interface ratpack.handling.Context
-
Convenience method for handling last-modified based HTTP caching.
- 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(Promise<O>) - Method in interface ratpack.exec.Promise
-
Transforms the promised value to a
Pair
, with the value of the given promise as theleft
. - left(Function<? super T, ? extends O>) - Method in interface ratpack.exec.Promise
-
Transforms the promised value to a
Pair
, with the result of the given function as theleft
. - left(T) - Method in class ratpack.func.Pair
-
Replaces the left item with the given item.
- LegacyServiceAdapter - Interface in ratpack.service
-
Deprecated.since 1.3
- LENGTH_REQUIRED - Static variable in interface ratpack.http.Status
-
The 411 status code.
- 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, FileSystemBinding) - 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.
- LOCKED - Static variable in interface ratpack.http.Status
-
The 423 status code.
- log(RequestOutcome) - Method in interface ratpack.handling.RequestLogger
-
Format the provided
RequestOutcome
to the given string builder. - logger(Logger) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
-
Log metrics to the given logger.
- LOGGER - Static variable in interface ratpack.handling.RequestLogger
-
The default request logger.
- LOGGER_NAME - Static variable in interface ratpack.handling.RequestLogger
-
The name of
RequestLogger.LOGGER
: "ratpack.request". - login(Context, Class<? extends Client<C, U>>) - Static method in class ratpack.pac4j.RatpackPac4j
-
Deprecated.Logs the user in by redirecting to the authenticator, or provides the user profile if already logged in.
- logLevel(Slf4jReporter.LoggingLevel) - Method in class ratpack.dropwizard.metrics.Slf4jConfig
-
Use Logging Level when reporting.
- logout(Context) - Static method in class ratpack.pac4j.RatpackPac4j
-
Deprecated.Logs out the current user, removing their profile from the session.
- LOOP_DETECTED - Static variable in interface ratpack.http.Status
-
The 508 status code.
All Classes All Packages