}
//
if (containerURL instanceof ActionURL)
{
ActionURL actionURL = (ActionURL)containerURL;
//
if (actionURL.getNavigationalState() != null)
{
parameters.put(ControllerRequestParameterNames.NAVIGATIONAL_STATE, actionURL.getNavigationalState().getStringValue());
}
//
StateString interactionState = actionURL.getInteractionState();
parameters.put(ControllerRequestParameterNames.INTERACTION_STATE, interactionState.getStringValue());
}
else
{
RenderURL renderURL = (RenderURL)containerURL;