org.infoglue.deliver.portal.services
Class PortletWindowRegistryServiceImpl

java.lang.Object
  extended by org.apache.pluto.portalImpl.services.Service
      extended by 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

Constructor Summary
PortletWindowRegistryServiceImpl()
           
 
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 org.apache.pluto.portalImpl.services.Service
destroy, destroy, init, init, init, postInit, postInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowRegistryServiceImpl

public PortletWindowRegistryServiceImpl()
Method Detail

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 window
entityID - identifies the Portlet entity
Throws:
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


Copyright © 2005 InfoGlue.org All Rights Reserved.