当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
WSRPActionURL - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.wsrp
Class WSRPActionURL
java.lang.Object
org.jboss.portal.wsrp.WSRPPortletURL
org.jboss.portal.wsrp.WSRPActionURL
- All Implemented Interfaces:
- ActionURL, PortletURL
- public class WSRPActionURL
- extends WSRPPortletURL
- implements ActionURL
- Version:
- $Revision: 5440 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
navigationalState
private StateString navigationalState
interactionState
private StateString interactionState
WSRPActionURL
protected WSRPActionURL(Mode mode,
WindowState windowState,
boolean secure,
StateString navigationalState,
StateString interactionState)
WSRPActionURL
protected WSRPActionURL(java.util.Map params)
WSRPActionURL
protected WSRPActionURL()
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