All Classes and Interfaces

Class
Description
Abstraction to facilitate the use "Internationalization" in JavaScript (client side).
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.
Allows application of a custom configuration to the Undertow web server.
All exceptions related to the extra web server configuration are subclasses of ExtraWebServerConfigurationException.
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.
Data extracted from the body content.
A Http form item.
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 some HTTP header names.
Defines handled HTTP method.
An HTTP request.
An Http request body content
Http request handler.
Defines some HTTP return codes.
All exceptions related to the https web server configuration are subclasses of HttpsWebServerConfigurationException.
Exception indicates that key store cannot be loaded.
Exception indicates that key manager cannot be initialized.
Exception indicates that requested key was not found.
Exception indicates that SSL context cannot be initialized.
WebSocket incoming connection handler.
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.
A single route URL.
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 CUID.
Convert a String into an Double.
Convert a String into an Float.
Convert a String into an Integer.
Convert a String into an Locale.
Convert a String into an Long.
Convert a String into an Short.
Convert a String into an UUID.
All exceptions related to the temporary files location are subclasses of TempFileLocationException.
Exception indicates that temporary files directory does not exist and can't be created.
Indicates that the elements necessary for the result to be processed by the template engine.
Process a template.
Undertow HTTP handler.
Undertow HttpRequest implementation.
Undertow WebSocket callback implementation.
Undertow WebSocketRequest implementation.
Indicates that an annotated class is a web controller.
The web module.
Web server.
A WebSocket request context.
A WebSocket request.
Defines filters to apply.