public static interface ResourceHandlerImpl.LookupResult
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified() |
boolean |
respondGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
boolean |
respondHead(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
boolean respondGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
IOExceptionboolean respondHead(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
IOExceptionlong getLastModified()
Copyright © 2017. All rights reserved.