org.sakaiproject.portal.render.portlet
Class SakaiPortletWindow

java.lang.Object
  extended by org.sakaiproject.portal.render.portlet.SakaiPortletWindow
All Implemented Interfaces:
org.apache.pluto.PortletWindow

public class SakaiPortletWindow
extends Object
implements org.apache.pluto.PortletWindow

Since:
Sakai 2.4
Version:
$Rev: 110562 $
Author:
ddwolf

Constructor Summary
SakaiPortletWindow(String windowId, String contextPath, String portletName)
           
 
Method Summary
 String getContextPath()
           
 org.apache.pluto.PortletWindowID getId()
           
 javax.portlet.PortletMode getPortletMode()
           
 String getPortletName()
           
 PortletState getState()
           
 javax.portlet.WindowState getWindowState()
           
 void setState(PortletState state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SakaiPortletWindow

public SakaiPortletWindow(String windowId,
                          String contextPath,
                          String portletName)
Method Detail

getState

public PortletState getState()

setState

public void setState(PortletState state)

getId

public org.apache.pluto.PortletWindowID getId()
Specified by:
getId in interface org.apache.pluto.PortletWindow

getContextPath

public String getContextPath()
Specified by:
getContextPath in interface org.apache.pluto.PortletWindow

getPortletName

public String getPortletName()
Specified by:
getPortletName in interface org.apache.pluto.PortletWindow

getWindowState

public javax.portlet.WindowState getWindowState()
Specified by:
getWindowState in interface org.apache.pluto.PortletWindow

getPortletMode

public javax.portlet.PortletMode getPortletMode()
Specified by:
getPortletMode in interface org.apache.pluto.PortletWindow


Copyright © 2003-2013 Sakai Project. All Rights Reserved.