| Package | Description |
|---|---|
| org.jboss.aerogear.controller.router | |
| org.jboss.aerogear.controller.router.decorators | |
| org.jboss.aerogear.controller.router.rest.pagination |
| Modifier and Type | Method and Description |
|---|---|
InvocationResult |
RouteProcessor.process(RouteContext routeContext)
Handles the actual invocation of the target or the passed-in
Route. |
InvocationResult |
DefaultRouteProcessor.process(RouteContext routeContext) |
| Modifier and Type | Method and Description |
|---|---|
InvocationResult |
SecurityHandler.process(RouteContext routeContext)
This method will use the injected
SecurityProvider to determine if access to the route is allowed. |
InvocationResult |
ResponseHandler.process(RouteContext routeContext) |
InvocationResult |
ErrorHandler.process(RouteContext routeContext) |
| Modifier and Type | Method and Description |
|---|---|
InvocationResult |
PaginationHandler.process(RouteContext routeContext) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.