Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class WebDirDetector

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.WebDirDetector

public class WebDirDetector
extends Object


Constructor Summary
WebDirDetector()
           
 
Method Summary
static String getLibDir(ClassLoader classLoader)
           
static String getRootDir(ClassLoader classLoader)
           
static String getRootDir(String libDir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDirDetector

public WebDirDetector()
Method Detail

getLibDir

public static String getLibDir(ClassLoader classLoader)

getRootDir

public static String getRootDir(ClassLoader classLoader)

getRootDir

public static String getRootDir(String libDir)

Liferay 6.1.2-ce-ga3