Class SupportController
java.lang.Object
de.hybris.platform.hac.controller.platform.SupportController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsupport(org.springframework.ui.Model model) supportZip(String files) voidsupportZipDownload(javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
SupportController
public SupportController()
-
-
Method Details
-
support
-
supportData
@RequestMapping(value="support/data", method=GET, headers="Accept=application/json") @ResponseBody public List supportData() -
supportZip
-
supportZipSend
@RequestMapping(value="support/zip/send", method=POST, headers="Accept=application/json") @ResponseBody public Map supportZipSend() -
supportZipDownload
@RequestMapping(value="support/zip/download", method=GET) @ResponseBody public void supportZipDownload(javax.servlet.http.HttpServletResponse response) throws IOException - Throws:
IOException
-