applicationDict_parameter = {}; function applicationDict_listWithApplication_init() { str = ''; str += ''; str += ''; str += '
get
flag:
'; $('#content').html(str); $('#result').html(''); $('#get').click(function() { applicationDict_listWithApplication($('#flag').val()); }); } function applicationDict_listWithApplication(flag) { $.ajax({ type : 'get', dataType : 'json', contentType : 'application/json; charset=utf-8', url : '../jaxrs/applicationdict/list/application/' + flag, xhrFields : { 'withCredentials' : true }, crossDomain : true }).always(function(json) { $('#result').html(JSON.stringify(json, null, 4)); }); } function applicationDict_get_init() { str = ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += ''; str += '
get put
flag:
createTime: 
updateTime: 
id: 
sequence: 
application 
name:
alias:
description: