Liferay 6.1.10-ee-ga1

com.liferay.portal.kernel.process
Class ClassPathUtil

java.lang.Object
  extended by com.liferay.portal.kernel.process.ClassPathUtil

public class ClassPathUtil
extends Object


Constructor Summary
ClassPathUtil()
           
 
Method Summary
static String getGlobalClassPath()
           
static String getPortalClassPath()
           
static void initializeClassPaths(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathUtil

public ClassPathUtil()
Method Detail

getGlobalClassPath

public static String getGlobalClassPath()

getPortalClassPath

public static String getPortalClassPath()

initializeClassPaths

public static void initializeClassPaths(javax.servlet.ServletContext servletContext)

Liferay 6.1.10-ee-ga1