Package sk.iway.iwcm.components.forms
Class AttachmentController
java.lang.Object
sk.iway.iwcm.components.forms.AttachmentController
@Controller
@PreAuthorize("@WebjetSecurityService.hasPermission(\'cmp_form\')")
public class AttachmentController
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AttachmentController
-
-
Method Details
-
execute
@GetMapping("/apps/forms/admin/attachment/") public String execute(@RequestParam String name, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Download attachment for form- Parameters:
name
- - filename in /WEB-INF/formfiles/ folderrequest
-response
-- Returns:
-