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

PortletURLImpl.InternalRenderURL - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.impl.jsr168
Class PortletURLImpl.InternalRenderURL

java.lang.Object
  extended byorg.jboss.portal.portlet.impl.jsr168.PortletURLImpl.InternalPortletURL
      extended byorg.jboss.portal.portlet.impl.jsr168.PortletURLImpl.InternalRenderURL
All Implemented Interfaces:
PortletURL, RenderURL
Enclosing class:
PortletURLImpl

static class PortletURLImpl.InternalRenderURL
extends PortletURLImpl.InternalPortletURL
implements RenderURL


Field Summary
private  ParametersStateString navigationalState
          .
 
Constructor Summary
(package private) PortletURLImpl.InternalRenderURL()
           
 
Method Summary
protected  Parameters getInternalParameters()
           
 Mode getMode()
          The mode that may be null.
 StateString getNavigationalState()
          Return the navigational state that may be null.
 WindowState getWindowState()
          The window state that may be null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.portlet.PortletURL
getMode, getWindowState
 

Field Detail

navigationalState

private ParametersStateString navigationalState
.

Constructor Detail

PortletURLImpl.InternalRenderURL

PortletURLImpl.InternalRenderURL()
Method Detail

getInternalParameters

protected Parameters getInternalParameters()
Specified by:
getInternalParameters in class PortletURLImpl.InternalPortletURL

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

getMode

public Mode getMode()
Description copied from interface: PortletURL
The mode that may be null.

Specified by:
getMode in interface PortletURL
Returns:
the mode

getWindowState

public WindowState getWindowState()
Description copied from interface: PortletURL
The window state that may be null.

Specified by:
getWindowState in interface PortletURL
Returns:
the window state