Class LogoController
- java.lang.Object
-
- org.openforis.collect.web.controller.BasicController
-
- org.openforis.collect.web.controller.LogoController
-
@Controller public class LogoController extends BasicController
-
-
Constructor Summary
Constructors Constructor Description LogoController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddownloadLogo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String position)StringuploadLogo(UploadItem uploadItem, org.springframework.validation.BindingResult result, String position)-
Methods inherited from class org.openforis.collect.web.controller.BasicController
generateFormValidationResponse, getSessionState
-
-
-
-
Method Detail
-
uploadLogo
@RequestMapping(value="/uploadLogo.htm", method=POST) @ResponseBody public String uploadLogo(UploadItem uploadItem, org.springframework.validation.BindingResult result, @RequestParam String position) throws IOException, SurveyImportException, IdmlParseException
-
downloadLogo
@RequestMapping(value="/downloadLogo.htm", method=GET) @ResponseBody public void downloadLogo(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @RequestParam String position)
-
-