站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

PortletURL - JBOSS Portal 2.4 API 英文版文档


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