Liferay 7.0-ce-m6

com.liferay.portal.kernel.servlet
Class PortalWebResourcesUtil

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

public class PortalWebResourcesUtil
extends Object


Method Summary
static String getContextPath(String resourceType)
           
static long getLastModified(String resourceType)
           
static PortalWebResources getPortalWebResources(String resourceType)
           
static javax.servlet.ServletContext getServletContext(String resourceType)
           
static URL getServletContextResource(String resourceName)
           
static boolean isResourceAvailable(String path)
           
static boolean isResourceContextPath(String requestURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContextPath

public static String getContextPath(String resourceType)

getLastModified

public static long getLastModified(String resourceType)

getPortalWebResources

public static PortalWebResources getPortalWebResources(String resourceType)

getServletContext

public static javax.servlet.ServletContext getServletContext(String resourceType)

getServletContextResource

public static URL getServletContextResource(String resourceName)

isResourceAvailable

public static boolean isResourceAvailable(String path)

isResourceContextPath

public static boolean isResourceContextPath(String requestURI)

Liferay 7.0-ce-m6