|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletApplicationRegistry
Method Summary | |
---|---|
void |
addListener(PortletApplicationRegistryListener listener)
Adds a portlet container registry listener. |
PortletApplication |
getPortletApplication(java.lang.String id)
Return a portlet app using its id or null if it does not exist. |
java.util.Collection |
getPortletApplications()
Return an immutable list all the known portlet application in the registry. |
PortletApplicationRegistrationContext |
registerPortletApplication(PortletApplication portletApplication)
Register a portlet application. |
void |
removeListener(PortletApplicationRegistryListener listener)
Removes a portlet container registry listener. |
void |
unregisterPortletApplication(PortletApplication portletApplication)
Unregister a portlet application. |
Method Detail |
---|
PortletApplicationRegistrationContext registerPortletApplication(PortletApplication portletApplication) throws java.lang.IllegalArgumentException
portletApplication
- the portlet application to register
java.lang.IllegalArgumentException
- if the portlet application is null or already registeredvoid unregisterPortletApplication(PortletApplication portletApplication) throws java.lang.IllegalArgumentException
portletApplication
- the portlet application to unregister
java.lang.IllegalArgumentException
- if the portlet application is null or not registeredjava.util.Collection getPortletApplications()
PortletApplication getPortletApplication(java.lang.String id)
void addListener(PortletApplicationRegistryListener listener)
listener
- void removeListener(PortletApplicationRegistryListener listener)
listener
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |