Uses of Interface
io.avaje.jex.Handler
Packages that use Handler
-
Uses of Handler in io.avaje.jex
Methods in io.avaje.jex that return HandlerMethods in io.avaje.jex with parameters of type HandlerModifier and TypeMethodDescriptionAdd an after filter for all requests.Add a after filter for the given path.Add a before filter for all requests.Add a before filter for the given path.Add a DELETE handler for "/".Add a DELETE handler.Adds an error mapper to the instance.Adds an error mapper for the specified content-type to the instance.Add a GET handler for "/".Add a GET handler.Add a HEAD handler for "/".Add a HEAD handler.voidCheck that the current user has one of the required roles.Add a PATCH handler for "/".Add a PATCH handler.Add a POST handler for "/".Add a POST handler.Add a PUT handler for "/".Add a PUT handler.Add a TRACE handler for "/".Add a TRACE handler.