Liferay 7.0-ce-a3

com.liferay.portal.kernel.servlet
Class RequestDispatcherUtil

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

public class RequestDispatcherUtil
extends Object


Constructor Summary
RequestDispatcherUtil()
           
 
Method Summary
static ObjectValuePair<String,Long> getContentAndLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static long getLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDispatcherUtil

public RequestDispatcherUtil()
Method Detail

getContentAndLastModifiedTime

public static ObjectValuePair<String,Long> getContentAndLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher,
                                                                         javax.servlet.http.HttpServletRequest request,
                                                                         javax.servlet.http.HttpServletResponse response)
                                                                  throws Exception
Throws:
Exception

getLastModifiedTime

public static long getLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher,
                                       javax.servlet.http.HttpServletRequest request,
                                       javax.servlet.http.HttpServletResponse response)
                                throws Exception
Throws:
Exception

Liferay 7.0-ce-a3