org.apache.pluto.driver.core
Class PortletWindowImpl
java.lang.Object
org.apache.pluto.driver.core.PortletWindowImpl
- All Implemented Interfaces:
- PortletWindow
public class PortletWindowImpl
- extends java.lang.Object
- implements PortletWindow
Implementation of PortletWindow interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletWindowImpl
public PortletWindowImpl(PortletContainer container,
PortletWindowConfig config,
PortalURL portalURL)
- Constructs an instance.
- Parameters:
config - the portlet window configuration.portalURL - the portal URL.
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.