Interface HttpServletRequestHandler
@UsesOrderedConfiguration(HttpServletRequestFilter.class)
public interface HttpServletRequestHandler
The first step in handing an incoming request to the servlet filter,
this constructed as a pipeline. The main
implementation hands off to the
RequestHandler
service.-
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Returns true if the request was handled, false otherwise.
-
Method Details
-
service
boolean service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException Returns true if the request was handled, false otherwise.- Throws:
IOException
-