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

L

LAST - enum entry in io.javalin.http.servlet.SubmitOrder
 
LATE - enum entry in io.javalin.plugin.PluginPriority

Plugins with priority LATE will be started after other type of plugins. These plugins should be focused on meta analysis of the overall setup.

LAX - enum entry in io.javalin.http.SameSite

Means that the cookie is not sent on cross-site requests, such as on requests to load images or frames, but is sent when a user is navigating to the origin site from an external site (for example, when following a link). This is the default behavior if the SameSite attribute is not specified.

length() - function in io.javalin.websocket.WsBinaryMessageContext
Get the length of the binary data
LENGTH_REQUIRED - enum entry in io.javalin.http.HttpStatus

Server rejected the request because the Content-Length header field is not defined and the server requires it.

LengthRequiredResponse - class in io.javalin.http
 
LeveledBrotli4jStream - class in io.javalin.compression
 
LeveledGzipStream - class in io.javalin.compression
 
LifecycleEventListener - class in io.javalin.event
Main interface for Lifecycle Event Handlers.
LoadableDataKt - class in io.javalin.vue
 
Location - class in io.javalin.http.staticfiles
The static files location.
LOCKED - enum entry in io.javalin.http.HttpStatus

The resource that is being accessed is locked, meaning it can't be accessed.

LockedResponse - class in io.javalin.http
 
log(String) - function in jakarta.servlet.GenericServlet
 
log(String,Throwable) - function in jakarta.servlet.GenericServlet
 
logJavalinVersion() - function in io.javalin.util.Util
 
LOOP_DETECTED - enum entry in io.javalin.http.HttpStatus

The server detected an infinite loop while processing the request.

LoopDetectedResponse - class in io.javalin.http
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X