Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Tip
titleQuery Parameter Examples

Refer to the following links:
http://www.google.com/search?q=apache+winkhttp://www.google.com/search?q=apache+wink
http://www.example.com/users?offset=100&numPerPage=20 

In order to enable JAX-RS to read a query parameters, add a parameter to the resource method and annotate with @QueryParam:

...