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

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

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


Constructor Summary
PortletURLImpl.InternalPortletURL()
           
 
Method Summary
protected abstract  PortletParameters 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
 

Constructor Detail

PortletURLImpl.InternalPortletURL

public 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 PortletParameters getInternalParameters()