> but then having a dedicated class doesn't make sense, we cannot
> control how those parameters are accessed. I know that there is no
> much gain right now but I hope it will improve (as with accessors).
Map interface implementation it is, then.
---
Regards,
Aleksandr
-
2016-11-16 18:47 GMT+01:00 Aleksandr Mashchenko :
I would rather implement Map interface in HttpParameters and keep
backward compatibility, wdyt?
>>>
>>> Yes, or maybe just convert HttpParameters to Map in Dispatcher.
>>
>> It won't work, I mean it will work only for EL expression, i.e.:
+1 for a 2.6.x based on Servlet 3.0 and JSP 2.2.
Best Regards
Johannes
#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
2016-11-16 18:01 GMT+01:00 Aleksandr Mashchenko :
> Maybe Servlet 3.0 and JSP 2.2.
>
> For example: Apache To