| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRoute
An immutable implementation of
Route. |
| Modifier and Type | Field and Description |
|---|---|
private Route |
RouteContext.route |
| Modifier and Type | Field and Description |
|---|---|
private List<Route> |
Routes.routes |
| Modifier and Type | Method and Description |
|---|---|
Route |
RouteBuilderImpl.build() |
Route |
RouteBuilder.build()
Builds a
Route using the information gathered from this builder. |
Route |
RouteContext.getRoute()
Returns the current Route
|
Route |
Routes.routeFor(RequestMethod method,
String requestURI,
Set<String> acceptHeaders)
Returns the
Route for the specified RequestMethod/URI combination. |
Route |
Routes.routeFor(Throwable throwable)
|
| Modifier and Type | Method and Description |
|---|---|
private Object |
EndpointInvoker.getController(Route route) |
| Constructor and Description |
|---|
RouteContext(Route route,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Routes routes)
Constructor.
|
RouteContext(Route route,
String requestPath,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Routes routes) |
| Modifier and Type | Field and Description |
|---|---|
private Route |
ErrorRoute.route |
| Modifier and Type | Method and Description |
|---|---|
Route |
ErrorRoute.getRoute()
Returns an
Route which is configured to route to an instance of ErrorTarget. |
| Modifier and Type | Method and Description |
|---|---|
String |
ErrorViewResolver.resolveViewPathFor(Route route)
Returns the path of the passed-in
Route if it is a default error Route, and if not, will let the delegate
handle resolving the path for the Route |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
PaginationHandler.hasPaginatedAnnotation(Route route) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityProvider.isRouteAllowed(Route route)
Determines whether a request to the passed-in
Route is allowed. |
| Modifier and Type | Method and Description |
|---|---|
String |
ViewResolver.resolveViewPathFor(Route route) |
String |
AbstractViewResolver.resolveViewPathFor(Route route) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.