1 /***************************************************************************2 * Copyright 2001-2003 The eXo Platform SARL All rights reserved. *3 * Please look at license.txt in info directory for more license detail. *4 **************************************************************************/5 package org.exoplatform.test.web;6 7 import com.meterware.httpunit.*;8 /**9 * May 24, 200410 * @author: Tuan Nguyen11 * @email: tuan08@users.sourceforge.net12 * @version: $Id: WebUnitInterceptor.java,v 1.1 2004/10/11 23:36:03 tuan08 Exp $13 **/14 public class WebUnitInterceptor {15 16 public void beforeExecute(WebResponse response, ExoWebClient client) throws Exception {17 18 }19 20 public void afterExecute(WebResponse response, ExoWebClient client) throws Exception {21 22 }23 }