KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mmbase > bridge > jsp > taglib > macro > ListChangedTag


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.bridge.jsp.taglib.macro;
11
12 import javax.servlet.jsp.JspTagException JavaDoc;
13 import org.mmbase.bridge.jsp.taglib.ListConditionTag;
14 /**
15  * Macro tag for listCondition changed
16  * @version $Id: ListChangedTag.java,v 1.6 2004/03/23 19:09:54 michiel Exp $
17  */

18
19 public class ListChangedTag extends ListConditionTag{
20     protected final int getValue() throws JspTagException JavaDoc {
21         return CONDITION_CHANGED;
22     }
23 }
24
Popular Tags