public interface StaticContentHandler
| Modifier and Type | Method and Description |
|---|---|
void |
deferProcessingToContainer(javax.servlet.FilterChain filterChain,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Defer the process to container.
|
boolean |
requestingStaticFile(javax.servlet.http.HttpServletRequest request)
Return true if the requested file is a static content, false otherwise.
|
boolean requestingStaticFile(javax.servlet.http.HttpServletRequest request)
throws MalformedURLException
MalformedURLExceptionvoid deferProcessingToContainer(javax.servlet.FilterChain filterChain,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionCopyright © 2014 Caelum. All rights reserved.