KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > test > web > WebUnitInterceptor


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, 2004
10  * @author: Tuan Nguyen
11  * @email: tuan08@users.sourceforge.net
12  * @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 JavaDoc {
17     
18   }
19   
20   public void afterExecute(WebResponse response, ExoWebClient client) throws Exception JavaDoc {
21     
22   }
23 }
Popular Tags