net.sf.jportlet.portlet
Interface PortletWindow

All Known Implementing Classes:
PortletWindowImpl

public interface PortletWindow

The PortletWindow contains information about the portlet's window state

Author:
Herve Tchepannou

Nested Class Summary
static class PortletWindow.State
          State of a Window
 
Method Summary
 PortletWindow.State getState()
          Return the state of the window
 

Method Detail

getState

public PortletWindow.State getState()
Return the state of the window

Returns:
State


Copyright © 2002 Herve Tchepannou. All Rights Reserved.