com.liferay.faces.bridge.context.url.internal.liferay
Class BridgeRedirectURLLiferayImpl

java.lang.Object
  extended by com.liferay.faces.bridge.context.url.internal.BridgeURLBase
      extended by com.liferay.faces.bridge.context.url.internal.BridgeRedirectURLImpl
          extended by com.liferay.faces.bridge.context.url.internal.liferay.BridgeRedirectURLLiferayImpl
All Implemented Interfaces:
BridgeURL

public class BridgeRedirectURLLiferayImpl
extends BridgeRedirectURLImpl

Author:
Neil Griffin

Field Summary
 
Fields inherited from class com.liferay.faces.bridge.context.url.internal.BridgeURLBase
bridgeContext, bridgeURI, RELATIVE_PATH_PREFIX, viewId
 
Constructor Summary
BridgeRedirectURLLiferayImpl(BridgeContext bridgeContext, BridgeURI bridgeURI, Map<String,List<String>> parameters, String viewId)
           
 
Method Summary
protected  javax.portlet.PortletURL createRenderURL(String fromURL)
           
protected  javax.portlet.BaseURL toBaseURL()
          Returns a BaseURL representation of the bridge URL.
 
Methods inherited from class com.liferay.faces.bridge.context.url.internal.BridgeURLBase
_toString, _toString, copyParameters, createActionURL, createPartialActionURL, createResourceURL, getParameter, getParameterMap, getViewIdParameterName, isFacesViewTarget, isSecure, isSelfReferencing, matchPathAndExtension, parseRequestParameters, 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
 

Constructor Detail

BridgeRedirectURLLiferayImpl

public BridgeRedirectURLLiferayImpl(BridgeContext bridgeContext,
                                    BridgeURI bridgeURI,
                                    Map<String,List<String>> parameters,
                                    String viewId)
Method Detail

createRenderURL

protected javax.portlet.PortletURL createRenderURL(String fromURL)
                                            throws MalformedURLException
Overrides:
createRenderURL in class BridgeURLBase
Throws:
MalformedURLException

toBaseURL

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

Overrides:
toBaseURL in class BridgeRedirectURLImpl
Throws:
MalformedURLException


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