@Component public class WebLogAspect extends Object
Constructor and Description |
---|
WebLogAspect() |
Modifier and Type | Method and Description |
---|---|
void |
doAfterAdvice(org.aspectj.lang.JoinPoint joinPoint,
Throwable e) |
void |
doAfterReturning(org.aspectj.lang.JoinPoint joinPoint,
Object returnValue) |
void |
doBeforeAdvice(org.aspectj.lang.JoinPoint joinPoint) |
void |
setAuditLogQueue(SystemLogQueue auditLogQueue) |
void |
webLog() |
public void setAuditLogQueue(SystemLogQueue auditLogQueue)
public void webLog()
public void doBeforeAdvice(org.aspectj.lang.JoinPoint joinPoint) throws Throwable
Throwable
public void doAfterReturning(org.aspectj.lang.JoinPoint joinPoint, Object returnValue) throws Throwable
Throwable
public void doAfterAdvice(org.aspectj.lang.JoinPoint joinPoint, Throwable e)
Copyright © 2019. All rights reserved.