|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.impl.container.PortletApplicationRegistryImpl
public class PortletApplicationRegistryImpl
Constructor Summary | |
---|---|
PortletApplicationRegistryImpl()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletApplicationRegistryImpl()
Method Detail |
---|
public PortletApplicationRegistrationContext registerPortletApplication(PortletApplication portletApplication)
PortletApplicationRegistry
registerPortletApplication
in interface PortletApplicationRegistry
portletApplication
- the portlet application to registerpublic void unregisterPortletApplication(PortletApplication portletApplication)
PortletApplicationRegistry
unregisterPortletApplication
in interface PortletApplicationRegistry
portletApplication
- the portlet application to unregisterpublic java.util.Collection getPortletApplications()
PortletApplicationRegistry
getPortletApplications
in interface PortletApplicationRegistry
public PortletApplication getPortletApplication(java.lang.String id)
PortletApplicationRegistry
getPortletApplication
in interface PortletApplicationRegistry
public void addListener(PortletApplicationRegistryListener listener)
PortletApplicationRegistry
addListener
in interface PortletApplicationRegistry
public void removeListener(PortletApplicationRegistryListener listener)
PortletApplicationRegistry
removeListener
in interface PortletApplicationRegistry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |