|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pietschy.command.EmptyInterceptor
public class EmptyInterceptor
An empty implementation of ActionCommandInterceptor.
| Constructor Summary | |
|---|---|
EmptyInterceptor()
|
|
| Method Summary | |
|---|---|
void |
afterExecute(ActionCommand command)
Does nothing. |
boolean |
beforeExecute(ActionCommand command)
Does nothing and returns true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyInterceptor()
| Method Detail |
|---|
public boolean beforeExecute(ActionCommand command)
beforeExecute in interface ActionCommandInterceptorcommand - the command that was executed.
public void afterExecute(ActionCommand command)
afterExecute in interface ActionCommandInterceptorcommand - the command the was executed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||