com.liferay.faces.bridge.application
Interface BridgeNavigationCase

All Known Implementing Classes:
BridgeNavigationCaseImpl

public interface BridgeNavigationCase

Author:
Neil Griffin

Method Summary
 Map<String,List<String>> getParameters()
          Whereas the JSF API NavigationCase.getParameters() documentation states that this method returns parameters that are to be included for a navigation-case that contains a redirect, in a portlet environment it must also return parameters in the non-redirect case.
 String getPortletMode()
          Returns the string representation of the PortletMode associated with the Bridge.PORTLET_MODE_PARAMETER in the to-view-id value of the navigation-case.
 String getWindowState()
          Returns the string representation of the WindowState associated with the Bridge.PORTLET_WINDOWSTATE_PARAMETER in the to-view-id value of the navigation-case.
 

Method Detail

getParameters

Map<String,List<String>> getParameters()
Whereas the JSF API NavigationCase.getParameters() documentation states that this method returns parameters that are to be included for a navigation-case that contains a redirect, in a portlet environment it must also return parameters in the non-redirect case.

Returns:
The Map of parameter values.

getPortletMode

String getPortletMode()
Returns the string representation of the PortletMode associated with the Bridge.PORTLET_MODE_PARAMETER in the to-view-id value of the navigation-case.


getWindowState

String getWindowState()
Returns the string representation of the WindowState associated with the Bridge.PORTLET_WINDOWSTATE_PARAMETER in the to-view-id value of the navigation-case.



Copyright © 2014 Liferay, Inc.. All Rights Reserved.