View Javadoc

1   /*
2    * $Id: ConvertDoubleTag.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 ConvertDoubleTag extends ConvertNumberTag {
12  
13      private static final String REVISION = "$Revision: 1.1 $";
14  
15      private static final long serialVersionUID = 6372503657660605243L;
16  
17      protected String getDefaultConverterId() {
18          return "org.rcfaces.Double";
19      }
20  }