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

java.lang.Object
  extended by com.liferay.faces.bridge.context.url.BridgeURLBaseImpl
      extended by com.liferay.faces.bridge.context.url.BridgeResourceURLCompatImpl
          extended by com.liferay.faces.bridge.context.url.BridgeResourceURLImpl
              extended by com.liferay.faces.bridge.context.url.liferay.BridgeResourceURLLiferayImpl
All Implemented Interfaces:
BridgeResourceURL, BridgeURL

public class BridgeResourceURLLiferayImpl
extends BridgeResourceURLImpl

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
BridgeResourceURLLiferayImpl(String url, String currentFacesViewId, BridgeContext bridgeContext)
           
 
Method Summary
 boolean isExternal()
          Determines whether or not the URL is external.
 
Methods inherited from class com.liferay.faces.bridge.context.url.BridgeResourceURLImpl
replaceBackLinkParameter, setInProtocol, setViewLink, toBaseURL
 
Methods inherited from class com.liferay.faces.bridge.context.url.BridgeResourceURLCompatImpl
isEncodedFaces2ResourceURL, isFaces2ResourceURL
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

BridgeResourceURLLiferayImpl

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

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.