|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Audit
States that this method should be logged for auditing purposes.
| Required Element Summary | |
|---|---|
java.lang.String |
action
The action to write to the log when we audit this method. |
java.lang.String |
actionResolverName
Reference name of the action resolver to use. |
java.lang.String |
resourceResolverName
Reference name of the resource resolver to use. |
| Optional Element Summary | |
|---|---|
java.lang.String |
applicationCode
Identifier for this particular application in the audit trail logs. |
| Element Detail |
|---|
public abstract java.lang.String action
public abstract java.lang.String resourceResolverName
public abstract java.lang.String actionResolverName
public abstract java.lang.String applicationCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||