| Package | Description |
|---|---|
| org.jboss.aerogear.controller.log | |
| org.jboss.aerogear.controller.router | |
| org.jboss.aerogear.controller.router.decorators.cors | |
| org.jboss.aerogear.controller.util |
| Modifier and Type | Method and Description |
|---|---|
void |
AeroGearLogger.requestedRoute(RequestMethod method,
String requestURI) |
RuntimeException |
ExceptionBundle.routeNotFound(RequestMethod method,
String requestURI,
Set<String> acceptHeaders) |
| Modifier and Type | Field and Description |
|---|---|
private RequestMethod[] |
RouteDescriptor.methods |
| Modifier and Type | Field and Description |
|---|---|
private Set<RequestMethod> |
DefaultRoute.methods |
| Modifier and Type | Method and Description |
|---|---|
RequestMethod[] |
RouteDescriptor.getMethods() |
static RequestMethod |
RequestMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMethod[] |
RequestMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private Set<RequestMethod> |
DefaultRoute.asSet(RequestMethod[] methods) |
Set<RequestMethod> |
Route.getMethods()
Gets the
RequestMethods for this Route. |
Set<RequestMethod> |
DefaultRoute.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
private Set<RequestMethod> |
DefaultRoute.asSet(RequestMethod[] methods) |
boolean |
Routes.hasRouteFor(RequestMethod method,
String requestURI,
Set<String> acceptHeaders)
Determines is there is a Route for the
RequestMethod/URI combination. |
boolean |
Route.matches(RequestMethod method,
String path,
Set<String> acceptHeaders)
Determines if this Route can handle the
RequestMethod and path combination. |
boolean |
DefaultRoute.matches(RequestMethod method,
String path,
Set<String> acceptHeaders) |
RouteBuilder.TargetEndpoint |
RouteDescriptor.on(RequestMethod... methods) |
RouteBuilder.TargetEndpoint |
RouteBuilder.OnMethods.on(RequestMethod... methods)
Specifies which
RequestMethods should be supported by the Route. |
Route |
Routes.routeFor(RequestMethod method,
String requestURI,
Set<String> acceptHeaders)
Returns the
Route for the specified RequestMethod/URI combination. |
| Modifier and Type | Method and Description |
|---|---|
private Set<String> |
CorsConfig.Builder.asSet(RequestMethod... requestMethods) |
CorsConfig.ValidRequestHeaders |
CorsConfig.ValidRequestMethods.validRequestMethods(RequestMethod... requestMethods) |
CorsConfig.ValidRequestHeaders |
CorsConfig.Builder.validRequestMethods(RequestMethod... requestMethods) |
| Modifier and Type | Method and Description |
|---|---|
static RequestMethod |
RequestUtils.extractMethod(javax.servlet.http.HttpServletRequest httpServletRequest)
Returns the
RequestMethod for the passed-in HttpServletRequest. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.