com.liferay.faces.bridge.context.url
Class BridgeActionURLWrapper

java.lang.Object
  extended by com.liferay.faces.bridge.context.url.BridgeURLWrapper
      extended by com.liferay.faces.bridge.context.url.BridgeActionURLWrapper
All Implemented Interfaces:
BridgeActionURL, BridgeResponseURL, BridgeURL, javax.faces.FacesWrapper<BridgeActionURL>

public abstract class BridgeActionURLWrapper
extends BridgeURLWrapper
implements BridgeActionURL, javax.faces.FacesWrapper<BridgeActionURL>

Author:
Neil Griffin

Constructor Summary
BridgeActionURLWrapper()
           
 
Method Summary
 void applyToResponse(javax.portlet.StateAwareResponse stateAwareResponse)
          Convenience method that applies the parameters found in this URL to the specified StateAwareResponse by calling methods such as StateAwareResponse.setPortletMode(javax.portlet.PortletMode) and StateAwareResponse.setWindowState(javax.portlet.WindowState), etc.
abstract  BridgeActionURL getWrapped()
           
 
Methods inherited from class com.liferay.faces.bridge.context.url.BridgeURLWrapper
getContextRelativePath, getParameter, getParameterMap, getParameterNames, getPortletPhase, isAbsolute, isEscaped, isExternal, isFacesViewTarget, isHierarchical, isOpaque, isPathRelative, isPortletScheme, isSecure, isSelfReferencing, removeParameter, setParameter, setParameter, setSecure, setSelfReferencing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.context.url.BridgeURL
getContextRelativePath, getParameter, getParameterMap, getParameterNames, getPortletPhase, isAbsolute, isEscaped, isExternal, isFacesViewTarget, isHierarchical, isOpaque, isPathRelative, isPortletScheme, isSecure, isSelfReferencing, removeParameter, setParameter, setParameter, setSecure, setSelfReferencing, toString
 

Constructor Detail

BridgeActionURLWrapper

public BridgeActionURLWrapper()
Method Detail

applyToResponse

public void applyToResponse(javax.portlet.StateAwareResponse stateAwareResponse)
                     throws javax.portlet.PortletModeException,
                            javax.portlet.WindowStateException
Description copied from interface: BridgeResponseURL
Convenience method that applies the parameters found in this URL to the specified StateAwareResponse by calling methods such as StateAwareResponse.setPortletMode(javax.portlet.PortletMode) and StateAwareResponse.setWindowState(javax.portlet.WindowState), etc.

Specified by:
applyToResponse in interface BridgeResponseURL
Parameters:
stateAwareResponse - The current response.
Throws:
javax.portlet.PortletModeException - If Bridge.PORTLET_MODE_PARAMETER has an invalid value.
javax.portlet.WindowStateException - If Bridge.PORTLET_WINDOWSTATE_PARAMETER has an invalid value.

getWrapped

public abstract BridgeActionURL getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<BridgeActionURL>
Specified by:
getWrapped in class BridgeURLWrapper


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