|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pietschy.command.EmptyInterceptor
public abstract class EmptyInterceptor
Empty interceptor implementation. Subclasses can choose to implement only the method they're interested in.
| Constructor Summary | |
|---|---|
EmptyInterceptor()
|
|
| Method Summary | |
|---|---|
void |
afterExecute(ActionCommand command)
Empty method. |
boolean |
beforeExecute(ActionCommand command)
Empty method that always 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 intercepted command.
truepublic void afterExecute(ActionCommand command)
afterExecute in interface ActionCommandInterceptorcommand - the intercepted command.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||