Class PlatformController

java.lang.Object
de.hybris.platform.hac.controller.platform.PlatformController

@Controller @RequestMapping("/platform/") public class PlatformController extends Object
  • Constructor Details

  • Method Details

    • license

      @RequestMapping("license") public String license(org.springframework.ui.Model model)
    • about

      @RequestMapping(value="about", method=GET, headers="Accept=application/json") @ResponseBody public Map<String,Object> about()
    • system

      @RequestMapping("system") public String system(org.springframework.ui.Model model)