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

A

ACCEPTED - enum entry in io.javalin.http.HttpStatus
 
acceptEncoding(String) - function in io.javalin.compression.CompressionType
 
acceptsHtml(Context) - function in io.javalin.http.servlet.JavalinServletContextKt
 
accessManager(AccessManager) - function in io.javalin.config.JavalinConfig
 
AccessManager - class in io.javalin.security
The access manager is a way of implementing per-endpoint security management.
AccessManagerKt - class in io.javalin.security
 
accessManagerNotConfiguredException() - function in io.javalin.security.AccessManagerKt
 
add(Consumer) - function in io.javalin.config.StaticFilesConfig
 
add(String,Location) - function in io.javalin.config.StaticFilesConfig
 
add(String) - function in io.javalin.config.StaticFilesConfig
 
add(String,Handler) - function in io.javalin.http.SinglePageHandler
 
add(String,String,Location) - function in io.javalin.http.SinglePageHandler
 
add(Consumer) - function in io.javalin.plugin.bundled.CorsContainer
 
add(HandlerEntry) - function in io.javalin.routing.PathMatcher
 
add(WsEntry) - function in io.javalin.websocket.WsPathMatcher
 
addBean(Object) - function in org.eclipse.jetty.util.component.ContainerLifeCycle
 
addBean(Object,Boolean) - function in org.eclipse.jetty.util.component.ContainerLifeCycle
 
addEndpoints() - function in io.javalin.apibuilder.EndpointGroup
 
addEventListener(EventListener) - function in org.eclipse.jetty.util.component.ContainerLifeCycle
 
addFile(String,String,Location) - function in io.javalin.config.SpaRootConfig
 
addFile(String,String) - function in io.javalin.config.SpaRootConfig
 
addHandler(HandlerType,String,Handler) - function in io.javalin.Javalin
Adds a request handler for the specified handlerType and path to the instance.
addHandler(HandlerType,String,Handler,Array) - function in io.javalin.Javalin
Adds a request handler for the specified handlerType and path to the instance.
addHandler(String,Handler) - function in io.javalin.config.SpaRootConfig
 
addHandler(Integer,String,Handler) - function in io.javalin.http.servlet.ErrorMapper
 
addHandler(WsHandlerType,String,Consumer,Set) - function in io.javalin.jetty.JavalinJettyServlet
 
addManaged(LifeCycle) - function in org.eclipse.jetty.util.component.ContainerLifeCycle
 
addSameSite(String,Cookie) - function in io.javalin.http.CookieKt
 
addStaticFileConfig(StaticFileConfig) - function in io.javalin.http.staticfiles.ResourceHandler
 
addStaticFileConfig(StaticFileConfig) - function in io.javalin.jetty.JettyResourceHandler
 
addSuppressed(Throwable) - function in kotlin.Throwable
 
addValidationExceptionMapper(Javalin) - function in io.javalin.validation.JavalinValidation
 
after(Handler) - function in io.javalin.Javalin
Adds an AFTER request handler for all routes in the instance.
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.apibuilder.ApiBuilder
Adds a AFTER request handler for the current path to the Javalin instance.
after(String,Handler) - function in io.javalin.apibuilder.ApiBuilder
Adds an AFTER request handler for the specified path to the Javalin instance.
AFTER - enum entry in io.javalin.http.HandlerType
 
ALL - enum entry in io.javalin.plugin.bundled.GlobalHeaderConfig.CrossDomainPolicy
 
allowedOrigins() - function in io.javalin.plugin.bundled.CorsPluginConfig
 
allowHost(String,String) - function in io.javalin.plugin.bundled.CorsPluginConfig
 
allowNullable() - function in io.javalin.validation.Validator
 
ALREADY_REPORTED - enum entry in io.javalin.http.HttpStatus
 
ANY - enum entry in io.javalin.plugin.bundled.GlobalHeaderConfig.ClearSiteData
 
anyHost() - function in io.javalin.plugin.bundled.CorsPluginConfig
 
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
appAttribute(String) - function in io.javalin.http.servlet.JavalinServletContext
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_DOC - enum entry in io.javalin.http.ContentType
 
APPLICATION_DOCX - enum entry in io.javalin.http.ContentType
 
APPLICATION_EPUB - 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_SWF - 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.plugin.Plugin
 
apply(Javalin) - function in io.javalin.plugin.bundled.BasicAuthPlugin
 
apply(Javalin) - function in io.javalin.plugin.bundled.CorsPlugin
 
apply(Javalin) - function in io.javalin.plugin.bundled.GlobalHeadersPlugin
 
apply(Javalin) - function in io.javalin.plugin.bundled.HttpAllowedMethodsPlugin
 
apply(Javalin) - function in io.javalin.plugin.bundled.RedirectToLowercasePathPlugin
 
apply(Javalin) - function in io.javalin.plugin.bundled.RouteOverviewPlugin
 
apply(Javalin) - function in io.javalin.plugin.bundled.SslRedirectPlugin
 
applyUserConfig(Javalin,JavalinConfig,Consumer) - function in io.javalin.config.JavalinConfig.Companion
 
async(ExecutorService,Long,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=io.javalin.http.util/TimeoutListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function0///PointingToDeclaration/, projections=[], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={}))), extra=PropertyContainer(map={})),TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=io.javalin.http.util/DoneListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={}))), extra=PropertyContainer(map={})),Supplier) - function in io.javalin.http.Context
Utility function that allows to run async task on top of the Context.future method.
async(ExecutorService,Long,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=io.javalin.http.util/TimeoutListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function0///PointingToDeclaration/, projections=[], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={}))), extra=PropertyContainer(map={})),TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=io.javalin.http.util/DoneListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={}))), extra=PropertyContainer(map={})),Supplier) - function in io.javalin.http.Context
Utility function that allows to run async task on top of the Context.future method.
async(Supplier) - function in io.javalin.http.Context
 
async(Supplier) - function in io.javalin.http.Context
 
async(Supplier,TypeAliased(typeAlias=GenericTypeConstructor(dri=io.javalin.http.util/DoneListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={}))) - function in io.javalin.http.Context
 
async(Supplier,TypeAliased(typeAlias=GenericTypeConstructor(dri=io.javalin.http.util/DoneListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})), extra=PropertyContainer(map={}))) - function in io.javalin.http.Context
 
async(Long,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=io.javalin.http.util/TimeoutListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function0///PointingToDeclaration/, projections=[], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={}))), extra=PropertyContainer(map={})),Supplier) - function in io.javalin.http.Context
 
async(Long,TypeAliased(typeAlias=Nullable(inner=GenericTypeConstructor(dri=io.javalin.http.util/TimeoutListener///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={}))), inner=Nullable(inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function0///PointingToDeclaration/, projections=[], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={}))), extra=PropertyContainer(map={})),Supplier) - function in io.javalin.http.Context
 
attribute(String) - function in io.javalin.Javalin
Retrieve an attribute stored on the instance.
attribute(String,Object) - function in io.javalin.Javalin
Registers an attribute on the instance.
attribute(String) - function in io.javalin.http.Context
Gets the specified attribute from the request().
attribute(String) - function in io.javalin.http.Context
Gets the specified attribute from the request().
attribute(String,Object) - function in io.javalin.http.Context
Sets an attribute on the request().
attribute(String,Object) - function in io.javalin.http.Context
Sets an attribute on the request().
attribute(String) - function in io.javalin.websocket.WsContext
 
attribute(String) - function in io.javalin.websocket.WsContext
 
attribute(String,Object) - function in io.javalin.websocket.WsContext
 
attribute(String,Object) - function in io.javalin.websocket.WsContext
 
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.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.WsContext
 
AUDIO_AAC - enum entry in io.javalin.http.ContentType
 
AUDIO_MIDI - enum entry in io.javalin.http.ContentType
 
AUDIO_MPEG - enum entry in io.javalin.http.ContentType
 
AUDIO_OGA - enum entry in io.javalin.http.ContentType
 
AUDIO_OPUS - enum entry in io.javalin.http.ContentType
 
AUDIO_WAV - enum entry in io.javalin.http.ContentType
 
AUDIO_WEBA - enum entry in io.javalin.http.ContentType
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X