Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.servlet
Class FileTimestampUtil

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

public class FileTimestampUtil
extends Object


Constructor Summary
FileTimestampUtil()
           
 
Method Summary
static long getTimestamp(javax.servlet.ServletContext servletContext, String path)
           
static long getTimestamp(javax.servlet.ServletContext servletContext, String path, long defaultTimestamp)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileTimestampUtil

public FileTimestampUtil()
Method Detail

getTimestamp

public static long getTimestamp(javax.servlet.ServletContext servletContext,
                                String path)

getTimestamp

public static long getTimestamp(javax.servlet.ServletContext servletContext,
                                String path,
                                long defaultTimestamp)

reset

public static void reset()

Liferay 6.1.2-ce-ga3