View Javadoc
1 /* 2 * Angkor Web Framework 3 * 4 * Distributable under LGPL license. 5 * See terms of license at gnu.org. 6 */ 7 8 package com.tirsen.angkor.process; 9 10 11 /*** 12 * <!-- $Id: Valve.java,v 1.3 2002/10/09 21:37:37 tirsen Exp $ --> 13 * <!-- $Author: tirsen $ --> 14 * 15 * @author Jon Tirs´n (tirsen@users.sourceforge.net) 16 * @version $Revision: 1.3 $ 17 */ 18 public interface Valve 19 { 20 public void execute(ExecuteContext exec) throws Exception; 21 }

This page was automatically generated by Maven