com.liferay.faces.bridge.context.url.liferay
Class BridgeResourceURLLiferayImpl
java.lang.Object
com.liferay.faces.bridge.context.url.BridgeURLBaseImpl
com.liferay.faces.bridge.context.url.BridgeResourceURLCompatImpl
com.liferay.faces.bridge.context.url.BridgeResourceURLImpl
com.liferay.faces.bridge.context.url.liferay.BridgeResourceURLLiferayImpl
- All Implemented Interfaces:
- BridgeResourceURL, BridgeURL
public class BridgeResourceURLLiferayImpl
- extends BridgeResourceURLImpl
- Author:
- Neil Griffin
|
Method Summary |
boolean |
isExternal()
Determines whether or not the URL is external. |
| Methods inherited from class com.liferay.faces.bridge.context.url.BridgeURLBaseImpl |
_toString, _toString, getContextRelativePath, getParameter, getParameterMap, getParameterNames, getPortletPhase, getSchemeSpecificPart, getURI, getViewIdParameterName, isAbsolute, isEscaped, 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, isFacesViewTarget, isHierarchical, isOpaque, isPathRelative, isPortletScheme, isSecure, isSelfReferencing, removeParameter, setParameter, setParameter, setSecure, setSelfReferencing, toString |
BridgeResourceURLLiferayImpl
public BridgeResourceURLLiferayImpl(String url,
String currentFacesViewId,
BridgeContext bridgeContext)
isExternal
public boolean isExternal()
- Description copied from interface:
BridgeURL
- Determines whether or not the URL is external.
- Specified by:
isExternal in interface BridgeURL- Overrides:
isExternal in class BridgeURLBaseImpl
- Returns:
true if external, otherwise false.
Copyright © 2014 Liferay, Inc.. All Rights Reserved.