KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mmbase > module > gui > html > CounterInterface


1 /*
2
3 This software is OSI Certified Open Source Software.
4 OSI Certified is a certification mark of the Open Source Initiative.
5
6 The license (Mozilla version 1.0) can be read at the MMBase site.
7 See http://www.MMBase.org/license
8
9 */

10 package org.mmbase.module.gui.html;
11
12 import org.mmbase.module.sessionInfo;
13 import org.mmbase.util.scanpage;
14
15 /**
16  * @javadoc
17  * @application SCAN
18  * @author Daniel Ockeloen
19  * @author Hans Speijer
20  * @version $Id: CounterInterface.java,v 1.2 2004/10/01 08:43:44 pierre Exp $
21  */

22 public interface CounterInterface {
23     public String JavaDoc getTag( String JavaDoc part, sessionInfo session, scanpage sp );
24 }
25
Popular Tags