Skip navigation links
A B C D E F G H I J M N O P Q R S T U V 

A

accessManager(AccessManager) - Method in class javalin.Javalin
 
AccessManager - Interface in javalin.security
 
activeThreadCount() - Method in interface javalin.embeddedserver.EmbeddedServer
 
activeThreadCount() - Method in class javalin.embeddedserver.jetty.EmbeddedJettyServer
 
add(Handler.Type, String, Handler) - Method in class javalin.core.PathMatcher
 
addEndpoints() - Method in interface javalin.ApiBuilder.EndpointGroup
 
addEventListener(Event.Type, EventListener) - Method in class javalin.lifecycle.EventManager
 
addHandler(Handler.Type, String, Handler) - Method in class javalin.Javalin
 
after(String, Handler) - Static method in class javalin.ApiBuilder
 
after(Handler) - Static method in class javalin.ApiBuilder
 
after(String, Handler) - Method in class javalin.Javalin
 
after(Handler) - Method in class javalin.Javalin
 
ApiBuilder - Class in javalin
 
ApiBuilder() - Constructor for class javalin.ApiBuilder
 
ApiBuilder.EndpointGroup - Interface in javalin
 
attribute(String) - Method in interface javalin.embeddedserver.EmbeddedServer
 
attribute(String) - Method in class javalin.embeddedserver.jetty.EmbeddedJettyServer
 
attribute(String, Object) - Method in class javalin.Request
 
attribute(String) - Method in class javalin.Request
 
attributeMap() - Method in class javalin.Request
 
awaitInitialization() - Method in class javalin.Javalin
 
awaitTermination() - Method in class javalin.Javalin
 

B

before(String, Handler) - Static method in class javalin.ApiBuilder
 
before(Handler) - Static method in class javalin.ApiBuilder
 
before(String, Handler) - Method in class javalin.Javalin
 
before(Handler) - Method in class javalin.Javalin
 
body - Variable in exception javalin.HaltException
 
body() - Method in class javalin.Request
 
body() - Method in class javalin.Response
 
body(String) - Method in class javalin.Response
 
bodyAsBytes() - Method in class javalin.Request
 
bodyAsClass(Class<T>) - Method in class javalin.Request
 
bodyParam(String) - Method in class javalin.Request
 
byteArrayToString(byte[], String) - Static method in class javalin.core.util.RequestUtil
 

C

CachedRequestWrapper - Class in javalin.embeddedserver
 
CachedRequestWrapper(HttpServletRequest) - Constructor for class javalin.embeddedserver.CachedRequestWrapper
 
classExists(String) - Static method in class javalin.core.util.Util
 
clear() - Method in class javalin.core.ErrorMapper
 
clear() - Method in class javalin.core.ExceptionMapper
 
clear() - Method in class javalin.core.PathMatcher
 
connect(String, Handler) - Static method in class javalin.ApiBuilder
 
connect(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
connect(String, Handler) - Method in class javalin.Javalin
 
connect(String, Handler, List<Role>) - Method in class javalin.Javalin
 
contentLength() - Method in class javalin.Request
 
contentType() - Method in class javalin.Request
 
contentType() - Method in class javalin.Response
 
contentType(String) - Method in class javalin.Response
 
cookie(String) - Method in class javalin.Request
 
cookie(String, String) - Method in class javalin.Response
 
cookie(String, String, int) - Method in class javalin.Response
 
cookie(CookieBuilder) - Method in class javalin.Response
 
CookieBuilder - Class in javalin.builder
 
cookieBuilder(String, String) - Static method in class javalin.builder.CookieBuilder
 
cookieMap() - Method in class javalin.Request
 
create(HttpServletRequest) - Static method in class javalin.core.util.RequestUtil
 
create(HttpServletRequest, HandlerMatch) - Static method in class javalin.core.util.RequestUtil
 
create(PathMatcher, ExceptionMapper, ErrorMapper, String) - Method in interface javalin.embeddedserver.EmbeddedServerFactory
 
create(PathMatcher, ExceptionMapper, ErrorMapper, String) - Method in class javalin.embeddedserver.jetty.EmbeddedJettyFactory
 
create() - Method in interface javalin.embeddedserver.jetty.JettyServer
 
create() - Static method in class javalin.Javalin
 

D

DEFAULT_PORT - Static variable in class javalin.Javalin
 
defaultConnector(Server, String, int) - Static method in class javalin.embeddedserver.jetty.EmbeddedJettyFactory
 
delete(String, Handler) - Static method in class javalin.ApiBuilder
 
delete(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
delete(String, Handler) - Method in class javalin.Javalin
 
delete(String, Handler, List<Role>) - Method in class javalin.Javalin
 
destroy() - Method in class javalin.core.JavalinServlet
 
doHandle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class javalin.embeddedserver.jetty.JettyHandler
 
domain(String) - Method in class javalin.builder.CookieBuilder
 
domain() - Method in class javalin.builder.CookieBuilder
 

E

EmbeddedJettyFactory - Class in javalin.embeddedserver.jetty
 
EmbeddedJettyFactory() - Constructor for class javalin.embeddedserver.jetty.EmbeddedJettyFactory
 
EmbeddedJettyFactory(JettyServer) - Constructor for class javalin.embeddedserver.jetty.EmbeddedJettyFactory
 
EmbeddedJettyServer - Class in javalin.embeddedserver.jetty
 
EmbeddedJettyServer(JettyServer, SessionHandler) - Constructor for class javalin.embeddedserver.jetty.EmbeddedJettyServer
 
EmbeddedServer - Interface in javalin.embeddedserver
 
embeddedServer(EmbeddedServerFactory) - Method in class javalin.Javalin
 
EmbeddedServerFactory - Interface in javalin.embeddedserver
 
enableStaticFiles(String) - Method in class javalin.Javalin
 
encoding() - Method in class javalin.Response
 
encoding(String) - Method in class javalin.Response
 
ensureDependencyPresent(String, String, String) - Static method in class javalin.ReqResMapper
 
error(int, ErrorHandler) - Method in class javalin.Javalin
 
ErrorHandler - Interface in javalin
 
ErrorMapper - Class in javalin.core
 
ErrorMapper() - Constructor for class javalin.core.ErrorMapper
 
event(Event.Type, EventListener) - Method in class javalin.Javalin
 
Event - Class in javalin.lifecycle
 
Event(Event.Type) - Constructor for class javalin.lifecycle.Event
 
Event(Event.Type, Javalin) - Constructor for class javalin.lifecycle.Event
 
Event.Type - Enum in javalin.lifecycle
 
EventListener - Interface in javalin.lifecycle
 
EventManager - Class in javalin.lifecycle
 
EventManager() - Constructor for class javalin.lifecycle.EventManager
 
eventType - Variable in class javalin.lifecycle.Event
 
exception(Class<T>, ExceptionHandler<? super T>) - Method in class javalin.Javalin
 
ExceptionHandler<T extends Exception> - Interface in javalin
 
ExceptionMapper - Class in javalin.core
 
ExceptionMapper() - Constructor for class javalin.core.ExceptionMapper
 

F

findEndpointHandler(Handler.Type, String) - Method in class javalin.core.PathMatcher
 
findFilterHandlers(Handler.Type, String) - Method in class javalin.core.PathMatcher
 
fireEvent(Event.Type, Javalin) - Method in class javalin.lifecycle.EventManager
 
fireEvent(Event.Type) - Method in class javalin.lifecycle.EventManager
 
formParam(String) - Method in class javalin.Request
 
fromServletRequest(HttpServletRequest) - Static method in enum javalin.Handler.Type
 

G

get(String, Handler) - Static method in class javalin.ApiBuilder
 
get(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
get(String, Handler) - Method in class javalin.Javalin
 
get(String, Handler, List<Role>) - Method in class javalin.Javalin
 
getHandler(Class<? extends Exception>) - Method in class javalin.core.ExceptionMapper
 
getInputStream() - Method in class javalin.embeddedserver.CachedRequestWrapper
 
getParams(List<String>, List<String>) - Static method in class javalin.core.util.RequestUtil
 
getServletConfig() - Method in class javalin.core.JavalinServlet
 
getServletInfo() - Method in class javalin.core.JavalinServlet
 
getSplat(List<String>, List<String>) - Static method in class javalin.core.util.RequestUtil
 

H

HaltException - Exception in javalin
 
HaltException(int, String) - Constructor for exception javalin.HaltException
 
handle(HttpServletRequest, HttpServletResponse) - Method in class javalin.embeddedserver.jetty.JettyResourceHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in interface javalin.embeddedserver.StaticResourceHandler
 
handle(Request, Response) - Method in interface javalin.ErrorHandler
 
handle(T, Request, Response) - Method in interface javalin.ExceptionHandler
 
handle(Request, Response) - Method in interface javalin.Handler
 
handleEvent(Event) - Method in interface javalin.lifecycle.EventListener
 
handler - Variable in class javalin.core.HandlerEntry
 
handler - Variable in class javalin.core.HandlerMatch
 
Handler - Interface in javalin
 
Handler.Type - Enum in javalin
 
HandlerEntry - Class in javalin.core
 
HandlerEntry(Handler.Type, String, Handler) - Constructor for class javalin.core.HandlerEntry
 
HandlerMatch - Class in javalin.core
 
HandlerMatch(Handler, String, String) - Constructor for class javalin.core.HandlerMatch
 
handlerUri - Variable in class javalin.core.HandlerMatch
 
head(String, Handler) - Static method in class javalin.ApiBuilder
 
head(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
head(String, Handler) - Method in class javalin.Javalin
 
head(String, Handler, List<Role>) - Method in class javalin.Javalin
 
header(String) - Method in class javalin.Request
 
header(String) - Method in class javalin.Response
 
header(String, String) - Method in class javalin.Response
 
headerMap() - Method in class javalin.Request
 
host() - Method in class javalin.Request
 
html(String) - Method in class javalin.Response
 
httpOnly(boolean) - Method in class javalin.builder.CookieBuilder
 
httpOnly() - Method in class javalin.builder.CookieBuilder
 

I

init(ServletConfig) - Method in class javalin.core.JavalinServlet
 
ip() - Method in class javalin.Request
 
ipAddress(String) - Method in class javalin.Javalin
 
isParam(String) - Static method in class javalin.core.util.RequestUtil
 
isSplat(String) - Static method in class javalin.core.util.RequestUtil
 

J

javalin - package javalin
 
Javalin - Class in javalin
 
Javalin() - Constructor for class javalin.Javalin
 
javalin - Variable in class javalin.lifecycle.Event
 
javalin.builder - package javalin.builder
 
javalin.core - package javalin.core
 
javalin.core.util - package javalin.core.util
 
javalin.embeddedserver - package javalin.embeddedserver
 
javalin.embeddedserver.jetty - package javalin.embeddedserver.jetty
 
javalin.lifecycle - package javalin.lifecycle
 
javalin.security - package javalin.security
 
javalinBanner() - Static method in class javalin.core.util.Util
 
JavalinServlet - Class in javalin.core
 
JavalinServlet(PathMatcher, ExceptionMapper, ErrorMapper, StaticResourceHandler) - Constructor for class javalin.core.JavalinServlet
 
JettyHandler - Class in javalin.embeddedserver.jetty
 
JettyHandler(JavalinServlet) - Constructor for class javalin.embeddedserver.jetty.JettyHandler
 
JettyResourceHandler - Class in javalin.embeddedserver.jetty
 
JettyResourceHandler(String) - Constructor for class javalin.embeddedserver.jetty.JettyResourceHandler
 
JettyServer - Interface in javalin.embeddedserver.jetty
 
join() - Method in interface javalin.embeddedserver.EmbeddedServer
 
join() - Method in class javalin.embeddedserver.jetty.EmbeddedJettyServer
 
json(Object) - Method in class javalin.Response
 

M

manage(Handler, Request, Response, List<Role>) - Method in interface javalin.security.AccessManager
 
maxAge(int) - Method in class javalin.builder.CookieBuilder
 
maxAge() - Method in class javalin.builder.CookieBuilder
 

N

name() - Method in class javalin.builder.CookieBuilder
 
notNull(Object, String) - Static method in class javalin.core.util.Util
 

O

options(String, Handler) - Static method in class javalin.ApiBuilder
 
options(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
options(String, Handler) - Method in class javalin.Javalin
 
options(String, Handler, List<Role>) - Method in class javalin.Javalin
 

P

param(String) - Method in class javalin.Request
 
paramMap() - Method in class javalin.Request
 
patch(String, Handler) - Static method in class javalin.ApiBuilder
 
patch(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
patch(String, Handler) - Method in class javalin.Javalin
 
patch(String, Handler, List<Role>) - Method in class javalin.Javalin
 
path(String, ApiBuilder.EndpointGroup) - Static method in class javalin.ApiBuilder
 
path(String) - Method in class javalin.builder.CookieBuilder
 
path() - Method in class javalin.builder.CookieBuilder
 
path - Variable in class javalin.core.HandlerEntry
 
path() - Method in class javalin.Request
 
PathMatcher - Class in javalin.core
 
PathMatcher() - Constructor for class javalin.core.PathMatcher
 
pathToList(String) - Static method in class javalin.core.util.Util
 
port(int) - Method in class javalin.Javalin
 
port() - Method in class javalin.Javalin
 
port() - Method in class javalin.Request
 
post(String, Handler) - Static method in class javalin.ApiBuilder
 
post(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
post(String, Handler) - Method in class javalin.Javalin
 
post(String, Handler, List<Role>) - Method in class javalin.Javalin
 
protocol() - Method in class javalin.Request
 
put(String, Handler) - Static method in class javalin.ApiBuilder
 
put(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
put(Integer, ErrorHandler) - Method in class javalin.core.ErrorMapper
 
put(Class<? extends Exception>, ExceptionHandler) - Method in class javalin.core.ExceptionMapper
 
put(String, Handler) - Method in class javalin.Javalin
 
put(String, Handler, List<Role>) - Method in class javalin.Javalin
 

Q

queryParam(String) - Method in class javalin.Request
 
queryParamMap() - Method in class javalin.Request
 
queryParamOrDefault(String, String) - Method in class javalin.Request
 
queryParams(String) - Method in class javalin.Request
 
queryString() - Method in class javalin.Request
 

R

redirect(String) - Method in class javalin.Response
 
redirect(String, int) - Method in class javalin.Response
 
removeCookie(String) - Method in class javalin.Response
 
removeCookie(String, String) - Method in class javalin.Response
 
renderFreemarker(String, Map<String, Object>) - Method in class javalin.Response
 
renderMustache(String, Map<String, Object>) - Method in class javalin.Response
 
renderThymeleaf(String, Map<String, Object>) - Method in class javalin.Response
 
renderVelocity(String, Map<String, Object>) - Method in class javalin.Response
 
ReqResMapper - Class in javalin
 
ReqResMapper() - Constructor for class javalin.ReqResMapper
 
Request - Class in javalin
 
Request(HttpServletRequest, Map<String, String>, List<String>) - Constructor for class javalin.Request
 
requestMethod() - Method in class javalin.Request
 
requestUri - Variable in class javalin.core.HandlerMatch
 
RequestUtil - Class in javalin.core.util
 
RequestUtil() - Constructor for class javalin.core.util.RequestUtil
 
Response - Class in javalin
 
Response(HttpServletResponse) - Constructor for class javalin.Response
 
Role - Interface in javalin.security
 
roles(Role...) - Static method in interface javalin.security.Role
 
routes(ApiBuilder.EndpointGroup) - Method in class javalin.Javalin
 

S

scheme() - Method in class javalin.Request
 
secure(boolean) - Method in class javalin.builder.CookieBuilder
 
secure() - Method in class javalin.builder.CookieBuilder
 
service(ServletRequest, ServletResponse) - Method in class javalin.core.JavalinServlet
 
splat(int) - Method in class javalin.Request
 
splats() - Method in class javalin.Request
 
start(String, int) - Method in interface javalin.embeddedserver.EmbeddedServer
 
start(String, int) - Method in class javalin.embeddedserver.jetty.EmbeddedJettyServer
 
start() - Method in class javalin.Javalin
 
startupExceptionHandler(Consumer<Exception>) - Method in class javalin.Javalin
 
StaticResourceHandler - Interface in javalin.embeddedserver
 
status() - Method in class javalin.Response
 
status(int) - Method in class javalin.Response
 
statusCode - Variable in exception javalin.HaltException
 
stop() - Method in interface javalin.embeddedserver.EmbeddedServer
 
stop() - Method in class javalin.embeddedserver.jetty.EmbeddedJettyServer
 
stop() - Method in class javalin.Javalin
 

T

toByteArray(InputStream) - Static method in class javalin.core.util.RequestUtil
 
trace(String, Handler) - Static method in class javalin.ApiBuilder
 
trace(String, Handler, List<Role>) - Static method in class javalin.ApiBuilder
 
trace(String, Handler) - Method in class javalin.Javalin
 
trace(String, Handler, List<Role>) - Method in class javalin.Javalin
 
type - Variable in class javalin.core.HandlerEntry
 

U

unwrap() - Method in class javalin.Request
 
unwrap() - Method in class javalin.Response
 
uri() - Method in class javalin.Request
 
url() - Method in class javalin.Request
 
urlDecode(String) - Static method in class javalin.core.util.RequestUtil
 
userAgent() - Method in class javalin.Request
 
Util - Class in javalin.core.util
 

V

value() - Method in class javalin.builder.CookieBuilder
 
valueOf(String) - Static method in enum javalin.Handler.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javalin.lifecycle.Event.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum javalin.Handler.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javalin.lifecycle.Event.Type
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J M N O P Q R S T U V 
Skip navigation links

Copyright © 2017. All rights reserved.