org.jboss.seam.annotations.web
Annotation Type RequestParameter


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface RequestParameter

Injects a request parameter value

Author:
Gavin King
See Also:
Parameters

Optional Element Summary
 String value
          The name of the request parameter
 

value

public abstract String value
The name of the request parameter

Default:
""