@Controller public class LogController extends Object
Constructor and Description |
---|
LogController(SyncConfigurationManager syncConfigurationManager) |
Modifier and Type | Method and Description |
---|---|
String |
download(javax.servlet.http.HttpServletResponse response) |
String |
get() |
@Autowired public LogController(SyncConfigurationManager syncConfigurationManager)
@RequestMapping(value="/log") public String get()
@RequestMapping(value="/log", params="download") public String download(javax.servlet.http.HttpServletResponse response) throws IOException
IOException
Copyright © 2009–2015 DuraSpace. All rights reserved.