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

java.lang.Object
  extended by com.liferay.faces.bridge.context.url.internal.BridgeURIImpl
All Implemented Interfaces:
BridgeURI

public class BridgeURIImpl
extends Object
implements BridgeURI

Author:
Neil Griffin

Constructor Summary
BridgeURIImpl(String uri)
           
 
Method Summary
 String getContextRelativePath(String contextPath)
           
 Map<String,String[]> getParameterMap()
           
 String getPath()
           
 Bridge.PortletPhase getPortletPhase()
           
 String getQuery()
           
 boolean isAbsolute()
           
 boolean isEscaped()
           
 boolean isExternal()
           
 boolean isHierarchical()
           
 boolean isOpaque()
           
 boolean isPathRelative()
           
 boolean isPortletScheme()
           
 boolean isRelative()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BridgeURIImpl

public BridgeURIImpl(String uri)
              throws URISyntaxException
Throws:
URISyntaxException
Method Detail

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.