|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The confirmation aspect implementation (allows the user to add confirmation popups before committing.
Method Summary | |
void |
confirm(String classes,
String methods,
String objects)
Allows the user to set some methods to be confirmed. |
void |
confirm(String classes,
String methods,
String objects,
String message)
Tells that some methods should be confirmed, with a custom message. |
Method Detail |
public void confirm(String classes, String methods, String objects)
classes
- the classes the methods belongs tomethods
- a method-pointcut expression denoting sets of methodsobjects
- the instances the poincut applies topublic void confirm(String classes, String methods, String objects, String message)
classes
- the classes the methods belongs to (a class-pointcut expression)methods
- a method-pointcut expression denoting sets of methodsobjects
- the instances the poincut applies tomessage
- the custom confirmation message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |