| Package | Description |
|---|---|
| org.jboss.aerogear.controller.router |
| Modifier and Type | Field and Description |
|---|---|
private Routes |
RouteContext.routes |
private Routes |
DefaultRouter.routes |
| Modifier and Type | Method and Description |
|---|---|
Routes |
RoutingModule.build()
|
Routes |
AbstractRoutingModule.build() |
static Routes |
Routes.from(List<RouteBuilder> routes)
Factory method that constructs a
Routes instance using the list of RouteBuilders provided. |
Routes |
RouteContext.getRoutes()
Returns the
Routes instance for the current application. |
| 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) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.