Files
gerrit/gerrit-httpd
Edwin Kempin d819316d42 Add new optional interface for REST collections to get request params
REST collections decide which REST endpoint is used to handle GET
requests on the collection by returning the implementation of this
REST endpoint from the list() method. Sometimes depending on the
presence of certain URL parameters it makes sense to let different
REST endpoints handle the listing. For this the REST collection needs
to know which URL parameters were specified. By implementing the new
NeedsParams interface the REST collection can now get to know the URL
parameters.

Change-Id: I78a7b7a26324c63bc7ee24e7f0928f907146981d
Signed-off-by: Edwin Kempin <ekempin@google.com>
2017-01-11 11:56:03 +01:00
..
2016-09-20 13:19:15 +02:00
2016-12-07 11:33:07 +00:00