Class ChineseAddressController
java.lang.Object
de.hybris.platform.addressaddon.controllers.misc.ChineseAddressController
@Controller
@Scope("tenant")
@RequestMapping("/cn-address")
public class ChineseAddressController
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCityAddressForm(String city) getRegionAddressForm(String region)
-
Constructor Details
-
ChineseAddressController
public ChineseAddressController()
-
-
Method Details
-
getRegionAddressForm
-
getCityAddressForm
@RequestMapping(value="/city/{code}", method=GET, produces="application/json") @ResponseBody public List<DistrictData> getCityAddressForm(@PathVariable("code") String city)
-