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 java.net.MalformedURLException
java.net.MalformedURLException
void deferProcessingToContainer(javax.servlet.FilterChain filterChain, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException
java.io.IOException
javax.servlet.ServletException
Copyright © 2013 Caelum. All Rights Reserved.