|
aerogear-controller 1.0.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Parameter | |
|---|---|
| org.jboss.aerogear.controller.log | |
| org.jboss.aerogear.controller.router | |
| org.jboss.aerogear.controller.router.parameter | |
| org.jboss.aerogear.controller.util | |
| Uses of Parameter in org.jboss.aerogear.controller.log |
|---|
| Methods in org.jboss.aerogear.controller.log with parameters of type Parameter | |
|---|---|
RuntimeException |
ExceptionBundle.noConsumerForMediaType(Parameter<?> parameter,
Collection<Consumer> consumers,
Set<String> supportedMediaTypes)
|
| Uses of Parameter in org.jboss.aerogear.controller.router |
|---|
| Fields in org.jboss.aerogear.controller.router with type parameters of type Parameter | |
|---|---|
private List<Parameter<?>> |
RouteDescriptor.parameters
|
private List<Parameter<?>> |
DefaultRoute.parameters
|
| Methods in org.jboss.aerogear.controller.router that return types with arguments of type Parameter | |
|---|---|
List<Parameter<?>> |
RouteDescriptor.getParameters()
|
List<Parameter<?>> |
Route.getParameters()
Returns the Parameter's that this route accepts. |
List<Parameter<?>> |
DefaultRoute.getParameters()
|
| Methods in org.jboss.aerogear.controller.router with parameters of type Parameter | |
|---|---|
void |
RouteDescriptor.addParameter(Parameter<?> parameter)
|
private void |
AbstractRoutingModule.addParameter(Parameter<?> parameter)
|
| Method parameters in org.jboss.aerogear.controller.router with type arguments of type Parameter | |
|---|---|
private void |
RouteDescriptor.MyMethodInterceptor.mergeRequestParamsWithConstants(Object[] args,
List<Parameter<?>> destination)
|
private void |
RouteDescriptor.MyMethodInterceptor.processPaginatedAnnotation(Method method,
List<Parameter<?>> methodParams)
|
| Uses of Parameter in org.jboss.aerogear.controller.router.parameter |
|---|
| Subclasses of Parameter in org.jboss.aerogear.controller.router.parameter | |
|---|---|
class |
ConstantParameter<T>
A constant parameter is specified directly to an endpoint method (not using that param("id") method that is). |
class |
ReplacementParameter<T>
Represents a single string parameter containing variable replacements ({paramName}). |
class |
RequestParameter<T>
A RequestParameter is a parameter that comes from the request, for example a query, form, cookie, header, or path parameter. |
| Methods in org.jboss.aerogear.controller.router.parameter that return Parameter | ||
|---|---|---|
static
|
Parameter.constant(T value,
Class<T> type)
|
|
static
|
Parameter.param(Class<T> type)
|
|
static
|
Parameter.param(String name,
Class<T> type)
|
|
static
|
Parameter.param(String name,
T defaultValue,
Class<T> type)
|
|
static
|
Parameter.replacementParam(String str,
Set<String> paramNames,
Class<T> type)
|
|
| Uses of Parameter in org.jboss.aerogear.controller.util |
|---|
| Methods in org.jboss.aerogear.controller.util with parameters of type Parameter | |
|---|---|
private static Object |
ParameterExtractor.extractBody(RouteContext routeContext,
Parameter<?> parameter,
Consumer consumer)
|
private static Consumer |
ParameterExtractor.getConsumer(RouteContext routeContext,
Map<String,Consumer> consumers,
Parameter<?> parameter)
|
|
aerogear-controller 1.0.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||