548549550551552553554
* * @param request the PortletRequest object. * @return a Map of all request attributes. */ protected Map getRequestMap(PortletRequest request) { return new PortletRequestMap(request); }
540541542543544545546
555556557558559560561
554555556557558559560
524525526527528529530
569570571572573574575
* * @param request the PortletRequest object. * @return a Map of all request attributes. */ protected Map<String, Object> getRequestMap(PortletRequest request) { return new PortletRequestMap(request); }
572573574575576577578
570571572573574575576