KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mmbase > bridge > jsp > taglib > edit > TransactionTEI


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.edit;
11 import org.mmbase.bridge.jsp.taglib.CloudTEI;
12
13 /**
14  * The TEI class belonging to the TransactionTag
15  *
16  * @author Michiel Meeuwissen
17  * @version $Id: TransactionTEI.java,v 1.4 2003/06/06 10:03:22 pierre Exp $
18  */

19
20 public class TransactionTEI extends CloudTEI {
21     protected String JavaDoc cloudType() {
22         return "org.mmbase.bridge.Transaction";
23     }
24
25 }
26
Popular Tags