public class RequestDispatcherUtil
extends Object
| Constructor and Description |
|---|
RequestDispatcherUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectValuePair<String,Long> |
getContentAndLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
static String |
getEffectivePath(javax.servlet.http.HttpServletRequest httpServletRequest) |
static long |
getLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
public static ObjectValuePair<String,Long> getContentAndLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
Exceptionpublic static String getEffectivePath(javax.servlet.http.HttpServletRequest httpServletRequest)
public static long getLastModifiedTime(javax.servlet.RequestDispatcher requestDispatcher,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws Exception
Exception