org.jboss.portal.portlet
Interface RenderURL

All Superinterfaces:
ContainerURL, PortletURL

public interface RenderURL
extends PortletURL

Version:
$Revision: 2748 $
Author:
Julien Viet

Method Summary
 StateString getNavigationalState()
          Return the navigational state that may be null.
 java.util.Map<java.lang.String,java.lang.String[]> getPublicNavigationalStateChanges()
          Returns the public navigational state changes.
 
Methods inherited from interface org.jboss.portal.portlet.PortletURL
getMode, getWindowState
 

Method Detail

getNavigationalState

StateString getNavigationalState()
Return the navigational state that may be null.

Returns:
the navigational state

getPublicNavigationalStateChanges

java.util.Map<java.lang.String,java.lang.String[]> getPublicNavigationalStateChanges()
Returns the public navigational state changes.

Returns:
the public navigational state changes


Copyright © 2008. All Rights Reserved.