| Package | Description |
|---|---|
| org.jboss.aerogear.controller.log | |
| org.jboss.aerogear.controller.router | |
| org.jboss.aerogear.controller.router.parameter | |
| org.jboss.aerogear.controller.util |
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
ExceptionBundle.noConsumerForMediaType(Parameter<?> parameter,
Collection<Consumer> consumers,
Set<String> supportedMediaTypes) |
| Modifier and Type | Field and Description |
|---|---|
private List<Parameter<?>> |
RouteDescriptor.parameters |
private List<Parameter<?>> |
DefaultRoute.parameters |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter<?>> |
RouteDescriptor.getParameters() |
List<Parameter<?>> |
Route.getParameters()
Returns the Parameter's that this route accepts.
|
List<Parameter<?>> |
DefaultRoute.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteDescriptor.addParameter(Parameter<?> parameter) |
private void |
AbstractRoutingModule.addParameter(Parameter<?> parameter) |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestParameter<T>
A RequestParameter is a parameter that comes from the request, for example a query, form, cookie, header, or path parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Parameter<T> |
Parameter.param(Class<T> type) |
static <T> Parameter<T> |
Parameter.param(String name,
Class<T> type) |
static <T> Parameter<T> |
Parameter.param(String name,
T defaultValue,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
private static Object |
ParameterExtractor.extractBody(RouteContext routeContext,
Parameter<?> parameter,
Map<String,Consumer> consumers) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.