Class ChineseAddressController

java.lang.Object
de.hybris.platform.addressaddon.controllers.misc.ChineseAddressController

@Controller @Scope("tenant") @RequestMapping("/cn-address") public class ChineseAddressController extends Object
  • Constructor Details

    • ChineseAddressController

      public ChineseAddressController()
  • Method Details

    • getRegionAddressForm

      @RequestMapping(value="/region/{code}", method=GET, produces="application/json") @ResponseBody public List<CityData> getRegionAddressForm(@PathVariable("code") String region)
    • getCityAddressForm

      @RequestMapping(value="/city/{code}", method=GET, produces="application/json") @ResponseBody public List<DistrictData> getCityAddressForm(@PathVariable("code") String city)