Interface RouteProviderAfterHandlerInterface
- All Superinterfaces:
io.javalin.http.Handler
public interface RouteProviderAfterHandlerInterface
extends io.javalin.http.Handler
Interface for after handlers used by IsolatedSpaRouteProvider.
Extends Javalin's Handler interface for compatibility.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.javalin.http.Context ctx) Handle request after route processing
-
Method Details
-
handle
-