Interface PortletApplicationRegistry
- All Known Implementing Classes:
PortletApplicationDeployer
public interface PortletApplicationRegistry
- Version:
- $Revision: 6699 $
- Author:
- Julien Viet, Thomas Heute
-
Method Summary
Modifier and TypeMethodDescriptionvoidReturn a portlet app using its id or null if it does not exist.Collection<? extends ManagedPortletApplication> Return an immutable list all the known portlet application in the registry.void
-
Method Details
-
getManagedPortletApplications
Collection<? extends ManagedPortletApplication> getManagedPortletApplications()Return an immutable list all the known portlet application in the registry.- Returns:
- the registered portlet applications
-
getManagedPortletApplication
Return a portlet app using its id or null if it does not exist.- Parameters:
id- the portlet application id- Returns:
- a specified registered portlet application
-
addListener
-
removeListener
-