/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package be.hogent.iii.voetbal.web;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 *
 * @author kvdw
 */
public interface IServletActie {

    public String execute(HttpServletRequest request, HttpServletResponse response);

}
