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

WSRPActionURL - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp
Class WSRPActionURL

java.lang.Object
  extended byorg.jboss.portal.wsrp.WSRPPortletURL
      extended byorg.jboss.portal.wsrp.WSRPActionURL
All Implemented Interfaces:
ActionURL, PortletURL

public class WSRPActionURL
extends WSRPPortletURL
implements ActionURL

Version:
$Revision: 5440 $
Author:
Julien Viet

Field Summary
private  StateString interactionState
           
private  StateString navigationalState
           
 
Fields inherited from class org.jboss.portal.wsrp.WSRPPortletURL
 
Constructor Summary
protected WSRPActionURL()
           
protected WSRPActionURL(java.util.Map params)
           
protected WSRPActionURL(Mode mode, WindowState windowState, boolean secure, StateString navigationalState, StateString interactionState)
           
 
Method Summary
protected  void appendEnd(java.lang.StringBuffer sb)
           
 StateString getInteractionState()
          Return the interaction state.
 StateString getNavigationalState()
          Return the navigational state.
protected  java.lang.String getURLType()
           
protected  void setParams(java.util.Map params)
           
 
Methods inherited from class org.jboss.portal.wsrp.WSRPPortletURL
create, create, createURLParameter, getMode, getRawParameterValueFor, getWindowState, isSecure, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.portlet.PortletURL
getMode, getWindowState
 

Field Detail

navigationalState

private StateString navigationalState

interactionState

private StateString interactionState
Constructor Detail

WSRPActionURL

protected WSRPActionURL(Mode mode,
                        WindowState windowState,
                        boolean secure,
                        StateString navigationalState,
                        StateString interactionState)

WSRPActionURL

protected WSRPActionURL(java.util.Map params)

WSRPActionURL

protected WSRPActionURL()
Method Detail

setParams

protected void setParams(java.util.Map params)
Overrides:
setParams in class WSRPPortletURL

getURLType

protected java.lang.String getURLType()
Specified by:
getURLType in class WSRPPortletURL

getNavigationalState

public StateString getNavigationalState()
Description copied from interface: ActionURL
Return the navigational state.

Specified by:
getNavigationalState in interface ActionURL
Returns:
the navigational state

getInteractionState

public StateString getInteractionState()
Description copied from interface: ActionURL
Return the interaction state.

Specified by:
getInteractionState in interface ActionURL
Returns:
the interaction state

appendEnd

protected void appendEnd(java.lang.StringBuffer sb)
Specified by:
appendEnd in class WSRPPortletURL