com.liferay.faces.bridge.application.internal
Class BridgeNavigationUtil

java.lang.Object
  extended by com.liferay.faces.bridge.application.internal.BridgeNavigationUtil

public class BridgeNavigationUtil
extends Object

Author:
Neil Griffin

Constructor Summary
BridgeNavigationUtil()
           
 
Method Summary
static void navigate(javax.portlet.PortletRequest portletRequest, javax.portlet.StateAwareResponse stateAwareResponse, BridgeRequestScope bridgeRequestScope, BridgeURL bridgeURL)
          Convenience method that applies the parameters found in the specified URL to the specified StateAwareResponse by calling methods such as StateAwareResponse.setPortletMode(javax.portlet.PortletMode) and StateAwareResponse.setWindowState(javax.portlet.WindowState), etc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeNavigationUtil

public BridgeNavigationUtil()
Method Detail

navigate

public static void navigate(javax.portlet.PortletRequest portletRequest,
                            javax.portlet.StateAwareResponse stateAwareResponse,
                            BridgeRequestScope bridgeRequestScope,
                            BridgeURL bridgeURL)
                     throws javax.portlet.PortletModeException,
                            javax.portlet.WindowStateException
Convenience method that applies the parameters found in the specified URL to the specified StateAwareResponse by calling methods such as StateAwareResponse.setPortletMode(javax.portlet.PortletMode) and StateAwareResponse.setWindowState(javax.portlet.WindowState), etc.

Throws:
javax.portlet.PortletModeException
javax.portlet.WindowStateException


Copyright © 2015 Liferay, Inc.. All rights reserved.