All Classes and Interfaces

Class
Description
Abstraction to facilitate the use of static and webjar assets.
This interface allows application to manually define http routes.
An http request context.
Listen to the different bind classes to detect which ones are web controllers.
A Cookie.
This filter takes care of generating and checking a CSRF token if the request matches the chosen criteria.
Default implementation of ErrorHandler.
Represents a single content line.
Default implementation of FilterChain.
Default implementation of Router.
Generates a "400 Bad Request" page when development mode is enabled.
Generates a "404 Not Found" page when development mode is enabled.
Generates a "500 Internal Server Error" page when development mode is enabled.
This interface allows you to define the behaviour to have when an error occurs.
All exceptions related to the error handler are subclasses of ErrorHandlerException.
Exception indicates that provided error handler can't be instantiated.
Exception indicates that request class was not found.
Exception indicates that provided error handler is invalid.
Represents a filter.
Represents a chain of filters to apply.
All exceptions related to the Filter feature are subclasses of FilterException.
Exception indicates that Filter class can't be loaded.
Exception indicates that an overflow occur during the filter chain processing.
HTTP Flash messages.
A Http form item.
This interface allows application to define global filters.
Defines some HTTP content types.
All exceptions related to http possible errors are subclasses of HttpException.
Exception indicates that provided request is invalid.
Exception indicates that a server-side error occur.
Exception indicates that a resource was not found.
Defines handled HTTP method.
An HTTP request.
An Http request body content
Http request handler.
Defines some HTTP return codes.
No content ("do nothing") processor.
Indicates that CSRF token verification don't have to be performed.
Process a simple object.
Annotation which indicates that a method parameter should be bound to the request body content.
Annotation which indicates that a method parameter should be bound to a path segment variable.
Annotation which indicates that the method should be called if the incoming request matches.
Annotation which indicates that a method parameter should be bound to a query string variable.
Represents a resolved route.
An HTTP result.
Result processor.
A single route.
Router.
Adds a post initialization callback to the router.
All exceptions related to the routing feature are subclasses of RoutingException.
Exception indicates that app defined route definition class can't be loaded.
Exception indicates that an argument during the route registration is invalid.
Adds some security headers.
An HTTP session.
Signs and verifies the session.
Convert a String into an Boolean.
Convert a String into an Byte.
Convert a String into an Byte.
Convert a String into an Double.
Convert a String into an Float.
Convert a String into an Integer.
Convert a String into an Long.
Convert a String into an Short.
Convert a String into an UUID.
Indicates that the elements necessary for the result to be processed by the template engine.
Process a template.
Undertow HTTP handler.
Undertow HttpRequest implementation.
Indicates that an annotated class is a web controller.
The web module.
Web server.
Defines filters to apply.