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

java.lang.Object
  extended by com.liferay.faces.bridge.context.url.BridgeURLBaseImpl
      extended by com.liferay.faces.bridge.context.url.BridgeResponseURLImpl
          extended by com.liferay.faces.bridge.context.url.BridgeActionURLImpl
All Implemented Interfaces:
BridgeActionURL, BridgeResponseURL, BridgeURL

public class BridgeActionURLImpl
extends BridgeResponseURLImpl
implements BridgeActionURL

Author:
Neil Griffin

Field Summary
 
Fields inherited from class com.liferay.faces.bridge.context.url.BridgeURLBaseImpl
bridgeConfig, bridgeContext, PORTLET_ACTION, PORTLET_RENDER, PORTLET_RESOURCE, RELATIVE_PATH_PREFIX, url
 
Constructor Summary
BridgeActionURLImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 
Method Summary
protected  javax.portlet.BaseURL toBaseURL()
          Returns a BaseURL representation of the bridge URL.
 
Methods inherited from class com.liferay.faces.bridge.context.url.BridgeResponseURLImpl
applyToResponse
 
Methods inherited from class com.liferay.faces.bridge.context.url.BridgeURLBaseImpl
_toString, _toString, getContextRelativePath, getParameter, getParameterMap, getParameterNames, getPortletPhase, getSchemeSpecificPart, getURI, getViewIdParameterName, isAbsolute, isEscaped, isExternal, isFacesViewTarget, isHierarchical, isOpaque, isPathRelative, isPortletScheme, isRelative, isSecure, isSelfReferencing, matchPathAndExtension, removeParameter, setParameter, setParameter, setPortletModeParameter, setRenderParameters, setSecure, setSecureParameter, setSelfReferencing, setWindowStateParameter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.context.url.BridgeResponseURL
applyToResponse
 
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

BridgeActionURLImpl

public BridgeActionURLImpl(String url,
                           String currentFacesViewId,
                           BridgeContext bridgeContext)
Method Detail

toBaseURL

protected javax.portlet.BaseURL toBaseURL()
                                   throws MalformedURLException
Description copied from class: BridgeURLBaseImpl
Returns a BaseURL representation of the bridge URL.

Specified by:
toBaseURL in class BridgeURLBaseImpl
Throws:
MalformedURLException


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