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

A

ACCEPTED - enum entry in io.javalin.http.HttpCode
 
acceptEncoding(String) - function in io.javalin.core.compression.CompressionType
 
acceptsHtml(Context) - function in io.javalin.http.util.ContextUtil
 
accessManager(AccessManager) - function in io.javalin.core.JavalinConfig
 
AccessManager - class in io.javalin.core.security
The access manager is a way of implementing per-endpoint security management.
add(HandlerEntry) - function in io.javalin.http.PathMatcher
 
add(String,String,Location) - function in io.javalin.http.SinglePageHandler
 
add(String,Handler) - function in io.javalin.http.SinglePageHandler
 
add(WsEntry) - function in io.javalin.websocket.WsPathMatcher
 
addBean(Object) - function in org.eclipse.jetty.util.component.ConfigurableHandler
 
addBean(Object,Boolean) - function in org.eclipse.jetty.util.component.ConfigurableHandler
 
addCookie(Cookie) - function in javax.servlet.http.JavalinResponseWrapper
 
addDateHeader(String,Long) - function in javax.servlet.http.JavalinResponseWrapper
 
addEndpoints() - function in io.javalin.apibuilder.EndpointGroup
 
addEventListener(Container.Listener) - function in org.eclipse.jetty.util.component.ConfigurableHandler
 
addHandler(HandlerType,String,Handler,Set) - function in io.javalin.http.JavalinServlet
 
addHandler(HandlerType,String,Handler,Array) - function in io.javalin.Javalin
Adds a request handler for the specified handlerType and path to the instance.Requires an access manager to be set on the instance.This is the method that all the verb-methods (get/post/put/etc) call.
addHandler(HandlerType,String,Handler) - function in io.javalin.Javalin
Adds a request handler for the specified handlerType and path to the instance.This is the method that all the verb-methods (get/post/put/etc) call.
addHandler(WsHandlerType,String,Consumer,Set) - function in io.javalin.jetty.JavalinJettyServlet
 
addHeader(String,String) - function in javax.servlet.http.JavalinResponseWrapper
 
addIntHeader(String,Integer) - function in javax.servlet.http.JavalinResponseWrapper
 
addLifeCycleListener(LifeCycle.Listener) - function in org.eclipse.jetty.util.component.ConfigurableHandler
 
addManaged(LifeCycle) - function in org.eclipse.jetty.util.component.ConfigurableHandler
 
addSameSite(String,Cookie) - function in io.javalin.http.CookieKt
 
addSinglePageHandler(String,Handler) - function in io.javalin.core.JavalinConfig
 
addSinglePageRoot(String,String) - function in io.javalin.core.JavalinConfig
 
addSinglePageRoot(String,String,Location) - function in io.javalin.core.JavalinConfig
 
addStaticFileConfig(StaticFileConfig) - function in io.javalin.http.staticfiles.ResourceHandler
 
addStaticFileConfig(StaticFileConfig) - function in io.javalin.jetty.JettyResourceHandler
 
addStaticFiles(String,Location) - function in io.javalin.core.JavalinConfig
 
addStaticFiles(Consumer) - function in io.javalin.core.JavalinConfig
 
addSuppressed(Throwable) - function in kotlin.PluginAlreadyRegisteredException
 
addSuppressed(Throwable) - function in kotlin.PluginNotFoundException
 
addSuppressed(Throwable) - function in kotlin.PluginLifecycleViolationException
 
addSuppressed(Throwable) - function in kotlin.PluginInitLifecycleViolationException
 
addSuppressed(Throwable) - function in kotlin.HttpResponseException
 
addSuppressed(Throwable) - function in kotlin.RedirectResponse
 
addSuppressed(Throwable) - function in kotlin.BadRequestResponse
 
addSuppressed(Throwable) - function in kotlin.UnauthorizedResponse
 
addSuppressed(Throwable) - function in kotlin.ForbiddenResponse
 
addSuppressed(Throwable) - function in kotlin.NotFoundResponse
 
addSuppressed(Throwable) - function in kotlin.MethodNotAllowedResponse
 
addSuppressed(Throwable) - function in kotlin.ConflictResponse
 
addSuppressed(Throwable) - function in kotlin.GoneResponse
 
addSuppressed(Throwable) - function in kotlin.InternalServerErrorResponse
 
addSuppressed(Throwable) - function in kotlin.BadGatewayResponse
 
addSuppressed(Throwable) - function in kotlin.ServiceUnavailableResponse
 
addSuppressed(Throwable) - function in kotlin.GatewayTimeoutResponse
 
addSuppressed(Throwable) - function in kotlin.MissingBracketsException
 
addSuppressed(Throwable) - function in kotlin.WildcardBracketAdjacentException
 
addSuppressed(Throwable) - function in kotlin.ParameterNamesNotUniqueException
 
addSuppressed(Throwable) - function in kotlin.JavalinException
 
addSuppressed(Throwable) - function in kotlin.JavalinBindException
 
addSuppressed(Throwable) - function in kotlin.ValidationException
 
addSuppressed(Throwable) - function in kotlin.MissingConverterException
 
addValidationExceptionMapper(Javalin) - function in io.javalin.core.validation.JavalinValidation
 
after(String,Handler) - function in io.javalin.apibuilder.ApiBuilder
Adds an AFTER request handler for the specified path to the Javalin instance.
after(Handler) - function in io.javalin.apibuilder.ApiBuilder
Adds a AFTER request handler for the current path to the Javalin instance.
AFTER - enum entry in io.javalin.http.HandlerType
 
AFTER - enum entry in io.javalin.http.DefaultName
 
after(String,Handler) - function in io.javalin.Javalin
Adds an AFTER request handler for the specified path to the instance.
after(Handler) - function in io.javalin.Javalin
Adds an AFTER request handler for all routes in the instance.
ALL - enum entry in io.javalin.core.util.Headers.CrossDomainPolicy
 
allowNullable() - function in io.javalin.core.validation.Validator
 
ANY - enum entry in io.javalin.core.util.Headers.ClearSiteData
 
ApiBuilder - class in io.javalin.apibuilder
Static methods for route declarations in Javalin
appAttribute(String) - function in io.javalin.http.Context
Gets an attribute from the Javalin instance serving the request
APPLICATION_7Z - enum entry in io.javalin.http.ContentType
 
APPLICATION_BZ - enum entry in io.javalin.http.ContentType
 
APPLICATION_BZ2 - enum entry in io.javalin.http.ContentType
 
APPLICATION_CDN - enum entry in io.javalin.http.ContentType
 
APPLICATION_GZ - enum entry in io.javalin.http.ContentType
 
APPLICATION_JAR - enum entry in io.javalin.http.ContentType
 
APPLICATION_JS - enum entry in io.javalin.http.ContentType
 
APPLICATION_JSON - enum entry in io.javalin.http.ContentType
 
APPLICATION_MPKG - enum entry in io.javalin.http.ContentType
 
APPLICATION_OCTET_STREAM - enum entry in io.javalin.http.ContentType
 
APPLICATION_PDF - enum entry in io.javalin.http.ContentType
 
APPLICATION_POM - enum entry in io.javalin.http.ContentType
 
APPLICATION_RAR - enum entry in io.javalin.http.ContentType
 
APPLICATION_SH - enum entry in io.javalin.http.ContentType
 
APPLICATION_TAR - enum entry in io.javalin.http.ContentType
 
APPLICATION_XHTML - enum entry in io.javalin.http.ContentType
 
APPLICATION_YAML - enum entry in io.javalin.http.ContentType
 
APPLICATION_ZIP - enum entry in io.javalin.http.ContentType
 
apply(Javalin) - function in io.javalin.core.plugin.Plugin
 
apply(Javalin) - function in io.javalin.core.security.BasicAuthFilter
 
apply(Javalin) - function in io.javalin.core.util.CorsPlugin
 
apply(Javalin) - function in io.javalin.core.util.HeadersPlugin
 
apply(Javalin) - function in io.javalin.core.util.HttpAllowedMethodsOnRoutesUtil
 
apply(Javalin) - function in io.javalin.core.util.RouteOverviewPlugin
 
apply(Javalin) - function in io.javalin.http.util.RedirectToLowercasePathPlugin
 
apply(Javalin) - function in io.javalin.plugin.metrics.MicrometerPlugin
 
applyUserConfig(Javalin,JavalinConfig,Consumer) - function in io.javalin.core.JavalinConfig
 
assertWebjarInstalled(OptionalDependency) - function in io.javalin.core.util.Util
 
attribute(String,Object) - function in io.javalin.http.Context
Sets an attribute on the request.
attribute(String) - function in io.javalin.http.Context
Gets the specified attribute from the request.
attribute(String,Object) - function in io.javalin.Javalin
Registers an attribute on the instance.
attribute(String) - function in io.javalin.Javalin
Retrieve an attribute stored on the instance.
attribute(String,Object) - function in io.javalin.websocket.WsContext
 
attribute(String) - function in io.javalin.websocket.WsContext
 
attribute(String,Object) - function in io.javalin.websocket.WsConnectContext
 
attribute(String) - function in io.javalin.websocket.WsConnectContext
 
attribute(String,Object) - function in io.javalin.websocket.WsErrorContext
 
attribute(String) - function in io.javalin.websocket.WsErrorContext
 
attribute(String,Object) - function in io.javalin.websocket.WsCloseContext
 
attribute(String) - function in io.javalin.websocket.WsCloseContext
 
attribute(String,Object) - function in io.javalin.websocket.WsBinaryMessageContext
 
attribute(String) - function in io.javalin.websocket.WsBinaryMessageContext
 
attribute(String,Object) - function in io.javalin.websocket.WsMessageContext
 
attribute(String) - function in io.javalin.websocket.WsMessageContext
 
attributeMap() - function in io.javalin.http.Context
Gets a map with all the attribute keys and values on the request.
attributeMap() - function in io.javalin.websocket.WsContext
 
attributeMap() - function in io.javalin.websocket.WsConnectContext
 
attributeMap() - function in io.javalin.websocket.WsErrorContext
 
attributeMap() - function in io.javalin.websocket.WsCloseContext
 
attributeMap() - function in io.javalin.websocket.WsBinaryMessageContext
 
attributeMap() - function in io.javalin.websocket.WsMessageContext
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  V  W  X