javascript中通过el表达式获得后台map中value的属性

后台:java.util.IdentityHashMap mapStyle= viewService.getStyle(station.getDataType());
ServletActionContext.getRequest().setAttribute("map",mapStyle);
如何在前台的javascript中通过el表达式获得mapStyle中的属性

${requestScope.map}