org.apache.pluto.driver.core
Class PortletWindowImpl

java.lang.Object
  extended by org.apache.pluto.driver.core.PortletWindowImpl
All Implemented Interfaces:
PortletWindow

public class PortletWindowImpl
extends java.lang.Object
implements PortletWindow

Implementation of PortletWindow interface.


Constructor Summary
PortletWindowImpl(PortletContainer container, PortletWindowConfig config, PortalURL portalURL)
          Constructs an instance.
 
Method Summary
 java.lang.String getContextPath()
           
 PortletWindowID getId()
           
 PortletEntity getPortletEntity()
           
 javax.portlet.PortletMode getPortletMode()
           
 java.lang.String getPortletName()
           
 javax.portlet.WindowState getWindowState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowImpl

public PortletWindowImpl(PortletContainer container,
                         PortletWindowConfig config,
                         PortalURL portalURL)
Constructs an instance.

Parameters:
config - the portlet window configuration.
portalURL - the portal URL.
Method Detail

getContextPath

public java.lang.String getContextPath()

getPortletName

public java.lang.String getPortletName()

getWindowState

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

getPortletMode

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

getId

public PortletWindowID getId()
Specified by:
getId in interface PortletWindow

getPortletEntity

public PortletEntity getPortletEntity()
Specified by:
getPortletEntity in interface PortletWindow


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.