org.wicketstuff.rest.annotations.parameters
Annotation Type RequestParam


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface RequestParam

This annotation indicates that the value of a method parameter must be read from a request parameter.

Author:
andrea del bene

Required Element Summary
 String value
           
 
Optional Element Summary
 String defaultValue
           
 boolean required
           
 

Element Detail

value

public abstract String value

required

public abstract boolean required
Default:
true

defaultValue

public abstract String defaultValue
Default:
""


Copyright © 2013–2014. All rights reserved.