|
From: Gennady S. <gsh...@gm...> - 2008-10-23 08:13:02
|
Hi,
I wonder whether it is possible to identify the @QueryParam existence
regardless of the parameter value.
I mean suppose I want to have service uri to be http://.../myService?doTest
where 'doTest' is optional.
Annotating the method with @Param("doTest") will inject the default
parameter value if parameter is passed or not, but is there a way to
differentiate between the cases?
Thanks,
Gennady
|