|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ActionCommandInterceptor
Defines interceptors that will be invoked around the execution of an ActionCommand.
The interceptor can abort the command invocation by returning false from
beforeExecute(ActionCommand).
| Method Summary | |
|---|---|
void |
afterExecute(ActionCommand command)
Called just after a commands execution. |
boolean |
beforeExecute(ActionCommand command)
Called just prior to a commands execution. |
| Method Detail |
|---|
boolean beforeExecute(ActionCommand command)
command - the command that is about to be invoked.
void afterExecute(ActionCommand command)
command - the command that was invoked.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||