当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
PortletURLImpl.InternalPortletURL - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.impl.jsr168
Class PortletURLImpl.InternalPortletURL
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
windowState
private WindowState windowState
- .
portletMode
private PortletMode portletMode
- .
PortletURLImpl.InternalPortletURL
PortletURLImpl.InternalPortletURL()
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()