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

ActionURL - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet
Interface ActionURL

All Superinterfaces:
PortletURL
All Known Implementing Classes:
PortletURLImpl.InternalActionURL, WSRPActionURL

public interface ActionURL
extends PortletURL

Version:
$Revision: 5448 $
Author:
Julien Viet

Method Summary
 StateString getInteractionState()
          Return the interaction state.
 StateString getNavigationalState()
          Return the navigational state.
 
Methods inherited from interface org.jboss.portal.portlet.PortletURL
getMode, getWindowState
 

Method Detail

getInteractionState

public StateString getInteractionState()
Return the interaction state.

Returns:
the interaction state

getNavigationalState

public StateString getNavigationalState()
Return the navigational state.

Returns:
the navigational state