public abstract class AbstractAuditResourceResolver extends Object implements AuditResourceResolver
| Constructor and Description |
|---|
AbstractAuditResourceResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String[] |
createResource(Object[] args) |
String[] |
resolveFrom(org.aspectj.lang.JoinPoint joinPoint,
Exception e)
Resolve the auditable resource for an audit-able action that has
incurred an exception.
|
String[] |
resolveFrom(org.aspectj.lang.JoinPoint joinPoint,
Object retVal)
Resolve the auditable resource.
|
public final String[] resolveFrom(org.aspectj.lang.JoinPoint joinPoint, Object retVal)
AuditResourceResolverresolveFrom in interface AuditResourceResolverjoinPoint - the join point that contains the arguments.retVal - The returned valuepublic final String[] resolveFrom(org.aspectj.lang.JoinPoint joinPoint, Exception e)
AuditResourceResolverresolveFrom in interface AuditResourceResolverjoinPoint - the join point that contains the arguments.e - The exception incurred when the join point proceeds.Copyright © 2007-2017 Apereo. All Rights Reserved.