| Interface | Description |
|---|---|
| ResponseRenderer |
Formats an object returned by a
RouteHandler into a string suitable for the body of an HTTP response. |
| RouteAccessControl |
Controls access to a mounted route.
|
| RouteGroup |
A bundle of routes mounted underneath /main/data/group-name/*
|
| RouteGroup.CacheKeyGen | |
| RouteGroup.RouteMounter | |
| RouteHandler |
Handler that is associated with a mounted route.
|
| Class | Description |
|---|---|
| AccessCombinerAllRequired |
Combines multiple route access controllers, requiring each of them to pass.
|
| AccessCombinerAnyRequired |
Combines multiple route access controllers, requiring at least one to pass
|
| EdgeAccessControl |
Prevents routes from being run on Ignition Edge.
|
| RequestContext |
Wrapper around an HttpServletRequest to include some helpful data for
RouteHandler instances. |
| WicketAccessControl |
Holds some static instances of RouteAccessControl objects that help data-api routes require the user to
have an active wicket session and be logged in to various sections of the web ui.
|
| Enum | Description |
|---|---|
| HttpMethod |
Enum representing the various methods allowed by HTTP.
|