View Javadoc

1   /*
2    * $Id: ConvertLongTag.java,v 1.1 2006/10/13 18:04:50 oeuillot Exp $
3    */
4   package org.rcfaces.core.internal.taglib;
5   
6   /**
7    * 
8    * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
9    * @version $Revision: 1.1 $ $Date: 2006/10/13 18:04:50 $
10   */
11  public class ConvertLongTag extends ConvertNumberTag {
12      private static final String REVISION = "$Revision: 1.1 $";
13  
14      private static final long serialVersionUID = -7314605990150080216L;
15  
16      protected String getDefaultConverterId() {
17          return "org.rcfaces.Long";
18      }
19  
20  }