0
我有CompanyProfileVO
中,我已宣佈companyProfile_addressVOMap
作爲String
map
和VO
我想給值到company_name
其存在於側AddressIdentificationVO
在URL的形式編碼如何傳遞值VO其內部地圖和VO
如何通過url編碼形式設置company_name
的值?
來獲取值我使用這個
CompanyProfileVO.getCompanyProfile_addressVOMap().get("COMPANY").getCompany_name()
CompanyProfileVO.java
Map<String,AddressIdentificationVO> companyProfile_addressVOMap;
AddressIdentificationVO
@FormParam("company_name")
String company_name;