org.jboss.portal.portlet
Interface PortletURL

All Known Subinterfaces:
ActionURL, RenderURL
All Known Implementing Classes:
WSRPActionURL, WSRPPortletURL, WSRPRenderURL

public interface PortletURL


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

Method Detail

getMode

public Mode getMode()
The mode that may be null.

Returns:
the mode

getWindowState

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

Returns:
the window state