org.apache.jetspeed.om.registry
Interface PortletRegistry

All Superinterfaces:
Registry
All Known Implementing Classes:
BasePortletRegistry

public interface PortletRegistry
extends Registry

Represents a portlet registry.

Version:
$Id: PortletRegistry.java,v 1.8 2004/02/23 03:11:39 jford Exp $
Author:
David Sean Taylor

Method Summary
 java.util.Iterator findPortletsByCategory(java.lang.String category)
           
 java.util.Iterator findPortletsByGroupCategory(java.lang.String group, java.lang.String category)
           
 java.lang.String getCategoryKey(Category category)
           
 java.util.Iterator listByCategory()
           
 
Methods inherited from interface org.apache.jetspeed.om.registry.Registry
addEntry, createEntry, getEntries, getEntry, getEntryCount, hasEntry, listEntryNames, removeEntry, removeEntry, setEntry, toArray
 

Method Detail

listByCategory

public java.util.Iterator listByCategory()

findPortletsByCategory

public java.util.Iterator findPortletsByCategory(java.lang.String category)

findPortletsByGroupCategory

public java.util.Iterator findPortletsByGroupCategory(java.lang.String group,
                                                      java.lang.String category)

getCategoryKey

public java.lang.String getCategoryKey(Category category)


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.