public interface PortletApplicationRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ManagedObjectRegistryEventListener listener) |
ManagedPortletApplication |
getManagedPortletApplication(String id)
Return a portlet app using its id or null if it does not exist.
|
Collection<? extends ManagedPortletApplication> |
getManagedPortletApplications()
Return an immutable list all the known portlet application in the registry.
|
void |
removeListener(ManagedObjectRegistryEventListener listener) |
Collection<? extends ManagedPortletApplication> getManagedPortletApplications()
ManagedPortletApplication getManagedPortletApplication(String id)
id - the portlet application idvoid addListener(ManagedObjectRegistryEventListener listener)
void removeListener(ManagedObjectRegistryEventListener listener)
Copyright © 2003-2019 GateIn. All Rights Reserved.