org.exoplatform.services.portletcontainer.helper
Class PortletWindowInternal

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.helper.PortletWindowInternal
All Implemented Interfaces:
Serializable

public class PortletWindowInternal
extends Object
implements Serializable

Created by The eXo Platform SAS Author : Mestrallet Benjamin . benjmestrallet@users.sourceforge.net Date: Jul 29, 2003 Time: 2:10:13 AM

See Also:
Serialized Form

Constructor Summary
PortletWindowInternal()
          Simple constructor.
PortletWindowInternal(WindowID windowID, javax.portlet.PortletPreferences preferences)
           
 
Method Summary
 javax.portlet.PortletPreferences getPreferences()
           
 WindowID getWindowID()
           
 void setPreferences(javax.portlet.PortletPreferences preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowInternal

public PortletWindowInternal()
Simple constructor.


PortletWindowInternal

public PortletWindowInternal(WindowID windowID,
                             javax.portlet.PortletPreferences preferences)
Parameters:
windowID - windowID
preferences - preferences
Method Detail

getWindowID

public final WindowID getWindowID()
Returns:
window id

getPreferences

public final javax.portlet.PortletPreferences getPreferences()
Returns:
preferences

setPreferences

public final void setPreferences(javax.portlet.PortletPreferences preferences)
Parameters:
preferences - preferences


Copyright © 2009 eXo Platform SAS. All Rights Reserved.