net.sf.jportlet.impl
Class PortletWindowImpl

java.lang.Object
  |
  +--net.sf.jportlet.impl.PortletWindowImpl
All Implemented Interfaces:
PortletWindow

public class PortletWindowImpl
extends java.lang.Object
implements PortletWindow

Implementation of PortletWindow

Author:
Herve Tchepannou

Nested Class Summary
 
Nested classes inherited from class net.sf.jportlet.portlet.PortletWindow
PortletWindow.State
 
Constructor Summary
PortletWindowImpl(net.sf.jportlet.impl.PortletRequestImpl request)
           
 
Method Summary
 PortletWindow.State getState()
          Return the state of the window
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletWindowImpl

public PortletWindowImpl(net.sf.jportlet.impl.PortletRequestImpl request)
Method Detail

getState

public PortletWindow.State getState()
Description copied from interface: PortletWindow
Return the state of the window

Specified by:
getState in interface PortletWindow
Returns:
State
See Also:
PortletWindow.getState()


Copyright © 2002 Herve Tchepannou. All Rights Reserved.