org.infoglue.deliver.portal.services
Class PortletWindowRegistryServiceImpl
java.lang.Object
|
+--org.apache.pluto.portalImpl.services.Service
|
+--org.infoglue.deliver.portal.services.PortletWindowRegistryServiceImpl
- All Implemented Interfaces:
- PortletWindowRegistryService
- public class PortletWindowRegistryServiceImpl
- extends org.apache.pluto.portalImpl.services.Service
- implements PortletWindowRegistryService
This is the registry service for PortletWindow:s.
- Author:
- jand
|
Method Summary |
org.apache.pluto.om.window.PortletWindow |
createPortletWindow(java.lang.String windowID,
java.lang.String entityID)
Creates a Portlet window associated with a Portlet entity. |
org.apache.pluto.om.window.PortletWindow |
getPortletWindow(java.lang.String id)
Get a portlet-window by id. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletWindowRegistryServiceImpl
public PortletWindowRegistryServiceImpl()
createPortletWindow
public org.apache.pluto.om.window.PortletWindow createPortletWindow(java.lang.String windowID,
java.lang.String entityID)
throws javax.naming.NameNotFoundException
- Description copied from interface:
PortletWindowRegistryService
- Creates a Portlet window associated with a Portlet entity.
- Specified by:
createPortletWindow in interface PortletWindowRegistryService
- Parameters:
windowID - the identifier of the windowentityID - identifies the Portlet entity
javax.naming.NameNotFoundException
getPortletWindow
public org.apache.pluto.om.window.PortletWindow getPortletWindow(java.lang.String id)
- Get a portlet-window by id.
- Specified by:
getPortletWindow in interface PortletWindowRegistryService
- Parameters:
id - Id of window
- Returns:
- portlet-window with attached portlet-entity, or null