org.bibeault.frontman
Interface Command


public interface Command

Interface that defines a unit of controller execution: a "Command".


Method Summary
 void execute(CommandContext commandContext)
          Called by the Command Broker in order to allow each command to perform its action.
 

Method Detail

execute

void execute(CommandContext commandContext)
             throws javax.servlet.ServletException,
                    java.io.IOException
Called by the Command Broker in order to allow each command to perform its action.

Throws:
javax.servlet.ServletException
java.io.IOException