当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
WSRPRenderURL - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.wsrp
Class WSRPRenderURL
java.lang.Object
org.jboss.portal.wsrp.WSRPPortletURL
org.jboss.portal.wsrp.WSRPRenderURL
- All Implemented Interfaces:
- PortletURL, RenderURL
- public class WSRPRenderURL
- extends WSRPPortletURL
- implements RenderURL
- 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
WSRPRenderURL
protected WSRPRenderURL(Mode mode,
WindowState windowState,
boolean secure,
StateString navigationalState)
WSRPRenderURL
protected WSRPRenderURL(java.util.Map params)
WSRPRenderURL
protected WSRPRenderURL()
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:
RenderURL
- Return the navigational state that may be null.
- Specified by:
getNavigationalState
in interface RenderURL
- Returns:
- the navigational state
appendEnd
protected void appendEnd(java.lang.StringBuffer sb)
- Specified by:
appendEnd
in class WSRPPortletURL