org.jboss.portal.portlet
Interface PortletURL

All Known Subinterfaces:
ActionURL, RenderURL
All Known Implementing Classes:
PortletURLImpl.InternalActionURL, PortletURLImpl.InternalPortletURL, PortletURLImpl.InternalRenderURL, WSRPActionURL, WSRPPortletURL, WSRPRenderURL, WSRPResourceURL

public interface PortletURL

Version:
$Revision: 5448 $
Author:
Julien Viet

Method Summary
 Mode getMode()
          The mode that may be null.
 WindowState getWindowState()
          The window state that may be null.
 

Method Detail

getMode

Mode getMode()
The mode that may be null.

Returns:
the mode

getWindowState

WindowState getWindowState()
The window state that may be null.

Returns:
the window state