@Controller @RequestMapping(value="/downloadfile") public class FileDownloadController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
LOGO_IMAGE_PATH |
| Constructor and Description |
|---|
FileDownloadController() |
| Modifier and Type | Method and Description |
|---|---|
void |
download(javax.servlet.http.HttpServletResponse response) |
void |
download(String fileStoreId,
String moduleName,
boolean toSave,
javax.servlet.http.HttpServletResponse response) |
String |
download(String fileStoreId,
String moduleName,
javax.servlet.http.HttpSession session) |
public static final String LOGO_IMAGE_PATH
@RequestMapping
public void download(@RequestParam
String fileStoreId,
@RequestParam
String moduleName,
@RequestParam(defaultValue="false")
boolean toSave,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOException@RequestMapping(value="/logo") public String download(@RequestParam String fileStoreId, @RequestParam String moduleName, javax.servlet.http.HttpSession session) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletException@RequestMapping(value="/gis")
public void download(javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.