org.infoglue.deliver.portal.services
Interface PortletWindowRegistryService
- All Known Implementing Classes:
- PortletWindowRegistryServiceImpl
public interface PortletWindowRegistryService
- 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. |
getPortletWindow
org.apache.pluto.om.window.PortletWindow getPortletWindow(java.lang.String id)
- Get a portlet-window by id.
- Parameters:
id - Id of window
- Returns:
- portlet-window with attached portlet-entity, or null
createPortletWindow
org.apache.pluto.om.window.PortletWindow createPortletWindow(java.lang.String windowID,
java.lang.String entityID)
throws javax.naming.NameNotFoundException
- Creates a Portlet window associated with a Portlet entity.
- Parameters:
windowID - the identifier of the windowentityID - identifies the Portlet entity
- Throws:
javax.naming.NameNotFoundException
Copyright © 2005 InfoGlue.org All Rights Reserved.