Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class ContextPathUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.ContextPathUtil

public class ContextPathUtil
extends Object


Constructor Summary
ContextPathUtil()
           
 
Method Summary
static String getContextPath(javax.servlet.http.HttpServletRequest request)
           
static String getContextPath(PortletRequest portletRequest)
           
static String getContextPath(javax.servlet.ServletContext servletContext)
           
static String getContextPath(String contextPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextPathUtil

public ContextPathUtil()
Method Detail

getContextPath

public static String getContextPath(javax.servlet.http.HttpServletRequest request)

getContextPath

public static String getContextPath(PortletRequest portletRequest)

getContextPath

public static String getContextPath(javax.servlet.ServletContext servletContext)

getContextPath

public static String getContextPath(String contextPath)

Liferay 6.2-ce-ga5