-
Feature Request
-
Resolution: Done
-
Major
-
None
-
3.0.16.Final
-
None
In order to implement paging using resteasy-links I faced a problem concerning the parameter binding.
Currently the LinkResource annotation only supports path parameters for the atom link definition. This is enough when only adding default atom links (self, list, CRUD). But in order to add more advanced customized links (f.e. for paging) it is necessary to support the other types of parameters (query and matrix).
Jersey for example provides the Binding annotation which allows binding a parameter name to a value specified in EL (maybe the type should also be contained). Such binding definitions could then easily be used in RESTUtils#buildURI.