public class RestLogContainer extends Object
| Constructor and Description |
|---|
RestLogContainer(org.aspectj.lang.JoinPoint joinPoint,
Object result,
String logFile,
int[] ignoreParams,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getException() |
int[] |
getIgnoreParams() |
org.aspectj.lang.JoinPoint |
getJoinPoint() |
String |
getLogFile() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
Object |
getResult() |
String |
toString() |
public org.aspectj.lang.JoinPoint getJoinPoint()
public Object getResult()
public String getLogFile()
public int[] getIgnoreParams()
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
public Throwable getException()
Copyright © 2020. All rights reserved.