}
//
if (containerURL instanceof PortletURL)
{
PortletURL portletURL = (PortletURL)containerURL;
if (portletURL.getMode() != null)
{
parameters.put(ControllerRequestParameterNames.MODE, portletURL.getMode().toString());
}
//
if (portletURL.getWindowState() != null)
{
parameters.put(ControllerRequestParameterNames.WINDOW_STATE, portletURL.getWindowState().toString());
}
//
if (pageNavigationalState != null)
{