org.exoplatform.services.portletcontainer.pci
Interface WindowID

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExoWindowID, WindowID2

public interface WindowID
extends Serializable

Created by the Exo Development team. Author : Mestrallet Benjamin benjamin.mestrallet@exoplatform.com


Method Summary
 String generateKey()
           
 String getOwner()
           
 String getPortletApplicationName()
           
 String getPortletName()
           
 String getUniqueID()
           
 

Method Detail

getOwner

String getOwner()
Returns:
owner

getPortletApplicationName

String getPortletApplicationName()
Returns:
portlet app name

getPortletName

String getPortletName()
Returns:
portlet name

getUniqueID

String getUniqueID()
Returns:
unique key id

generateKey

String generateKey()
Returns:
key


Copyright © 2009 eXo Platform SAS. All Rights Reserved.