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

WSRPRenderURL - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.wsrp
Class WSRPRenderURL

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

public class WSRPRenderURL
extends WSRPPortletURL
implements RenderURL


Constructor Summary
protected WSRPRenderURL()
           
protected WSRPRenderURL(java.util.Map params)
           
protected WSRPRenderURL(Mode mode, WindowState windowState, boolean secure, StateString navigationalState)
           
 
Method Summary
protected  void appendEnd(java.lang.StringBuffer sb)
           
 StateString getNavigationalState()
          Return the navigational state that may be null.
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
 

Constructor Detail

WSRPRenderURL

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

WSRPRenderURL

protected WSRPRenderURL(java.util.Map params)

WSRPRenderURL

protected WSRPRenderURL()
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: 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