1 package org.exoplatform.portlets.nav.component; 2 3 import java.util.ResourceBundle ; 4 10 11 public class UISitemap extends UINavigation 12 { 13 public UISitemap(ResourceBundle res) throws Exception 14 { 15 super(res) ; 16 setId("UISiteMap"); 17 setRendererType("SitemapRenderer"); 18 } 19 20 public String getFamily( ) 21 { 22 return "org.exoplatform.portlets.nav.component.UISitemap"; 23 } 24 25 } 26 | Popular Tags |