org.pietschy.command

Class EmptyInterceptor

Implemented Interfaces:
ActionCommandInterceptor

public class EmptyInterceptor
extends java.lang.Object
implements ActionCommandInterceptor

An empty implementation of ActionCommandInterceptor.

Method Summary

void
afterExecute(ActionCommand command)
Does nothing.
boolean
beforeExecute(ActionCommand command)
Does nothing and returns true

Method Details

afterExecute

public void afterExecute(ActionCommand command)
Does nothing.
Specified by:
afterExecute in interface ActionCommandInterceptor
Parameters:
command - the command the was executed.

beforeExecute

public boolean beforeExecute(ActionCommand command)
Does nothing and returns true
Specified by:
beforeExecute in interface ActionCommandInterceptor
Parameters:
command - the command that was executed.
Returns:
truue