Liferay 6.2.0-ce-m1

com.liferay.portal.kernel.servlet
Class ServletContextUtil

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

public class ServletContextUtil
extends Object


Constructor Summary
ServletContextUtil()
           
 
Method Summary
static Set<String> getClassNames(javax.servlet.ServletContext servletContext)
           
static long getLastModified(javax.servlet.ServletContext servletContext)
           
static long getLastModified(javax.servlet.ServletContext servletContext, String resourcePath)
           
static long getLastModified(javax.servlet.ServletContext servletContext, String resourcePath, boolean cache)
           
static String getRootPath(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletContextUtil

public ServletContextUtil()
Method Detail

getClassNames

public static Set<String> getClassNames(javax.servlet.ServletContext servletContext)
                                 throws IOException
Throws:
IOException

getLastModified

public static long getLastModified(javax.servlet.ServletContext servletContext)

getLastModified

public static long getLastModified(javax.servlet.ServletContext servletContext,
                                   String resourcePath)

getLastModified

public static long getLastModified(javax.servlet.ServletContext servletContext,
                                   String resourcePath,
                                   boolean cache)

getRootPath

public static String getRootPath(javax.servlet.ServletContext servletContext)
                          throws MalformedURLException
Throws:
MalformedURLException

Liferay 6.2.0-ce-m1