Example 7.30 Command Interface public interface Command { public String execute(RequestHelper helper) throws javax.servlet.ServletException, java.io.IOException; }