1 5 package org.exoplatform.portlets.content.display.component; 6 7 import org.exoplatform.portlets.content.display.component.model.ContentConfig; 8 9 12 public class UIStaticContentPortlet extends UIContentPortlet { 13 14 public UIStaticContentPortlet() throws Exception { 15 super(); 16 } 17 18 protected UIContentTab createUIContentTab(ContentConfig contentConfig) throws Exception { 19 return new UIStaticContentTab(contentConfig); 20 } 21 22 } 23 | Popular Tags |