|
||||||||||
| 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 | |
|---|---|
String |
action
The action to write to the log when we audit this method. |
String |
actionResolverName
Reference name of the action resolver to use. |
String |
resourceResolverName
Reference name of the resource resolver to use. |
| Optional Element Summary | |
|---|---|
String |
applicationCode
Identifier for this particular application in the audit trail logs. |
| Element Detail |
|---|
public abstract String action
public abstract String resourceResolverName
public abstract String actionResolverName
public abstract String applicationCode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||