Interface | Description |
---|---|
ErrorHandler |
A handler for use with
Javalin.error(int, ErrorHandler) . |
EventListener |
A listener for use with
Javalin.event(io.javalin.JavalinEvent, io.javalin.EventListener) . |
ExceptionHandler<T extends java.lang.Exception> |
A handler for use with
Javalin.exception(Class, ExceptionHandler) . |
Extension |
An extension is a modular way of adding functionality to a Javalin instance.
|
Handler |
Main interface for endpoint actions.
|
RequestLogger |
Interface for logging requests.
|
Class | Description |
---|---|
Javalin |
Copyright © 2019. All Rights Reserved.