public class PortletListerImpl extends java.lang.Object implements PortletLister
| Constructor and Description |
|---|
PortletListerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Locale |
getLocale() |
TreeView |
getTreeView() |
protected void |
iteratePortletCategories(TreeNodeView parentNodeView,
java.util.List<PortletCategory> portletCategories,
long parentId,
int depth) |
protected void |
iteratePortlets(TreeNodeView parentNodeView,
PortletCategory portletCategory,
java.util.Set<java.lang.String> portletIds,
int parentNodeId,
int depth) |
void |
setHierarchicalTree(boolean hierarchicalTree) |
void |
setIncludeInstanceablePortlets(boolean includeInstanceablePortlets) |
void |
setIteratePortlets(boolean iteratePortlets) |
void |
setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet) |
void |
setRootNodeName(java.lang.String rootNodeName) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
void |
setThemeDisplay(ThemeDisplay themeDisplay) |
void |
setUser(User user) |
public TreeView getTreeView() throws PortalException
getTreeView in interface PortletListerPortalExceptionpublic void setHierarchicalTree(boolean hierarchicalTree)
setHierarchicalTree in interface PortletListerpublic void setIncludeInstanceablePortlets(boolean includeInstanceablePortlets)
setIncludeInstanceablePortlets in interface PortletListerpublic void setIteratePortlets(boolean iteratePortlets)
setIteratePortlets in interface PortletListerpublic void setLayoutTypePortlet(LayoutTypePortlet layoutTypePortlet)
setLayoutTypePortlet in interface PortletListerpublic void setRootNodeName(java.lang.String rootNodeName)
setRootNodeName in interface PortletListerpublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in interface PortletListerpublic void setThemeDisplay(ThemeDisplay themeDisplay)
setThemeDisplay in interface PortletListerpublic void setUser(User user)
setUser in interface PortletListerprotected java.util.Locale getLocale()
protected void iteratePortletCategories(TreeNodeView parentNodeView, java.util.List<PortletCategory> portletCategories, long parentId, int depth) throws PortalException
PortalExceptionprotected void iteratePortlets(TreeNodeView parentNodeView, PortletCategory portletCategory, java.util.Set<java.lang.String> portletIds, int parentNodeId, int depth)