org.glassfish.examples.http
Annotation Type HttpParameter


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

This is a special annotation that can be used to pull out the specific information from the HttpRequest

Author:
jwells

Optional Element Summary
 int value
          The index number of the parameter to retrieve
 

value

public abstract int value
The index number of the parameter to retrieve

Default:
0


Copyright © 2013 Oracle Corporation. All Rights Reserved.