@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface RequestParameter
ActivationRequestParameter
annotation.OnEventWorker
Modifier and Type | Required Element and Description |
---|---|
String |
value
The name of the query parameter to extract from the request.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowBlank
If false (the default), then an exception is thrown when the query parameter is read, if it is blank (null or an
empty string).
|
public abstract boolean allowBlank
ValueEncoder
implementation.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.