com.liferay.faces.bridge.context.url.internal
Class BridgeURIImpl
java.lang.Object
com.liferay.faces.bridge.context.url.internal.BridgeURIImpl
- All Implemented Interfaces:
- BridgeURI
public class BridgeURIImpl
- extends Object
- implements BridgeURI
- Author:
- Neil Griffin
BridgeURIImpl
public BridgeURIImpl(String uri)
throws URISyntaxException
- Throws:
URISyntaxException
toString
public String toString()
- Specified by:
toString in interface BridgeURI- Overrides:
toString in class Object
getContextRelativePath
public String getContextRelativePath(String contextPath)
- Specified by:
getContextRelativePath in interface BridgeURI
isEscaped
public boolean isEscaped()
- Specified by:
isEscaped in interface BridgeURI
isAbsolute
public boolean isAbsolute()
- Specified by:
isAbsolute in interface BridgeURI
isOpaque
public boolean isOpaque()
- Specified by:
isOpaque in interface BridgeURI
isPathRelative
public boolean isPathRelative()
- Specified by:
isPathRelative in interface BridgeURI
isPortletScheme
public boolean isPortletScheme()
- Specified by:
isPortletScheme in interface BridgeURI
isRelative
public boolean isRelative()
- Specified by:
isRelative in interface BridgeURI
isExternal
public boolean isExternal()
- Specified by:
isExternal in interface BridgeURI
isHierarchical
public boolean isHierarchical()
- Specified by:
isHierarchical in interface BridgeURI
getParameterMap
public Map<String,String[]> getParameterMap()
- Specified by:
getParameterMap in interface BridgeURI
getPath
public String getPath()
- Specified by:
getPath in interface BridgeURI
getPortletPhase
public Bridge.PortletPhase getPortletPhase()
- Specified by:
getPortletPhase in interface BridgeURI
getQuery
public String getQuery()
- Specified by:
getQuery in interface BridgeURI
Copyright © 2015 Liferay, Inc.. All rights reserved.