Author: SergeySmirnov
Date: 2007-07-16 21:16:18 -0400 (Mon, 16 Jul 2007)
New Revision: 1647
Added:
trunk/ui/virtualEarth/src/main/java/org/richfaces/component/UIVirtualEarth.java
Log:
Added: trunk/ui/virtualEarth/src/main/java/org/richfaces/component/UIVirtualEarth.java
===================================================================
--- trunk/ui/virtualEarth/src/main/java/org/richfaces/component/UIVirtualEarth.java
(rev 0)
+++
trunk/ui/virtualEarth/src/main/java/org/richfaces/component/UIVirtualEarth.java 2007-07-17
01:16:18 UTC (rev 1647)
@@ -0,0 +1,36 @@
+/**
+ * License Agreement.
+ *
+ * JBoss RichFaces 3.0 - Ajax4jsf Component Library
+ *
+ * Copyright (C) 2007 Exadel, Inc.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+package org.richfaces.component;
+
+import javax.faces.component.UIComponentBase;
+
+/**
+ * JSF component class
+ *
+ */
+public abstract class UIVirtualEarth extends UIComponentBase {
+
+ public static final String COMPONENT_TYPE = "org.richfaces.VirtualEarth";
+
+ private static final String COMPONENT_FAMILY = "org.richfaces.VirtualEarth";
+
+}