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

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


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

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

abstract static class PortletURLImpl.InternalPortletURL
extends java.lang.Object
implements PortletURL


Field Summary
private  PortletMode portletMode
          .
private  WindowState windowState
          .
 
Constructor Summary
(package private) PortletURLImpl.InternalPortletURL()
           
 
Method Summary
protected abstract  Parameters getInternalParameters()
           
 Mode getMode()
          The mode 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
 

Field Detail

windowState

private WindowState windowState
.


portletMode

private PortletMode portletMode
.

Constructor Detail

PortletURLImpl.InternalPortletURL

PortletURLImpl.InternalPortletURL()
Method Detail

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

getInternalParameters

protected abstract Parameters getInternalParameters()