@RestController @RequestMapping(value="system") public class LogManageController extends BaseAgentController
projectInfoService| Constructor and Description |
|---|
LogManageController() |
| Modifier and Type | Method and Description |
|---|---|
String |
logData() |
String |
logData(String path) |
void |
logDownload(String path) |
getNowUserName, getProjectInfoModel, getProjectInfoModel, getUserName, getWorkspaceId, tryGetProjectInfoModel, tryGetProjectInfoModelcheckPathSafe, pathSafeclearResources, createMultipart, getCookieValue, getHeader, getHeaders, getIp, getMultiRequest, getObject, getParameter, getParameter, getParameterInt, getParameterInt, getParameterLong, getParameterLong, getParameters, getParametersMap, getRefererParameter, getUnescapeParameter, getUnescapeParameter, getUnescapeParameters, getXssParameter, getXssParameter, getXssParameters, hasFile, resetInfogetApplication, getAttribute, getClientIP, getHeaderMapValues, getRequest, getRequestAttributes, getResponse, getSession, getSessionAttribute, getSessionAttributeObj, removeSessionAttribute, setAttribute, setSessionAttribute, tryGetRequestAttributes@RequestMapping(value="log_data.json",
method=POST,
produces="application/json")
public String logData()
@RequestMapping(value="log_del.json",
method=POST,
produces="application/json")
@ResponseBody
public String logData(@ValidatorItem(value=NOT_BLANK,msg="path\u9519\u8bef")
String path)
@RequestMapping(value="log_download",
method=GET,
produces="application/json")
@ResponseBody
public void logDownload(@ValidatorItem(value=NOT_BLANK,msg="path\u9519\u8bef")
String path)
Copyright © 2017–2022. All rights reserved.