| Package | Description |
|---|---|
| org.jboss.aerogear.controller.router.parameter |
| Modifier and Type | Field and Description |
|---|---|
private Parameter.Type |
Parameter.parameterType |
| Modifier and Type | Method and Description |
|---|---|
Parameter.Type |
Parameter.getParameterType() |
static Parameter.Type |
Parameter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.Type[] |
Parameter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Parameter(Parameter.Type parameterType,
Class<T> type) |
RequestParameter(String name,
Parameter.Type parameterType,
Class<T> type) |
RequestParameter(String name,
Parameter.Type parameterType,
T defaultValue,
Class<T> type) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.