com.github.inspektr.audit.spi.support
Class AbstractSuffixAwareAuditActionResolver

java.lang.Object
  extended by com.github.inspektr.audit.spi.support.AbstractSuffixAwareAuditActionResolver
All Implemented Interfaces:
AuditActionResolver
Direct Known Subclasses:
BooleanAuditActionResolver, DefaultAuditActionResolver, ObjectCreationAuditActionResolver

public abstract class AbstractSuffixAwareAuditActionResolver
extends Object
implements AuditActionResolver

Abstract class that encapsulates the required suffixes.

Since:
1.0.0
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Constructor Summary
protected AbstractSuffixAwareAuditActionResolver(String successSuffix, String failureSuffix)
           
 
Method Summary
protected  String getFailureSuffix()
           
protected  String getSuccessSuffix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.github.inspektr.audit.spi.AuditActionResolver
resolveFrom, resolveFrom
 

Constructor Detail

AbstractSuffixAwareAuditActionResolver

protected AbstractSuffixAwareAuditActionResolver(String successSuffix,
                                                 String failureSuffix)
Method Detail

getSuccessSuffix

protected final String getSuccessSuffix()

getFailureSuffix

protected final String getFailureSuffix()


Copyright © 2007-2012 Rutgers, the State University of New Jersey. All Rights Reserved.