how to get java Hashmap object using javascript -


restcontext.getrequestheaders(); passing hashmap of type hashmap(string,string) request header shown in abstract code.

var headers=restcontext.getrequestheaders(); for( key in headers){   query.replace(''#id#'',headers[key]);   query= query.concat(headers[key]); } 


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -