com.liferay.faces.bridge.context.url
Class BridgeRedirectURLImpl
java.lang.Object
com.liferay.faces.bridge.context.url.BridgeURLBaseImpl
com.liferay.faces.bridge.context.url.BridgeResponseURLImpl
com.liferay.faces.bridge.context.url.BridgeRedirectURLImpl
- All Implemented Interfaces:
- BridgeRedirectURL, BridgeResponseURL, BridgeURL
public class BridgeRedirectURLImpl
- extends BridgeResponseURLImpl
- implements BridgeRedirectURL
- Author:
- Neil Griffin
|
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.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 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 |
BridgeRedirectURLImpl
public BridgeRedirectURLImpl(String url,
Map<String,List<String>> parameters,
String currentFacesViewId,
BridgeContext bridgeContext)
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.