Configures the servlet scopes and creates bindings for the servlet API objects so you can inject the request, response, session, etc.
You should subclass this module to register servlets and filters in the {@link #configureServlets()} method.
@author crazybob@google.com (Bob Lee)
@author dhanji@gmail.com (Dhanji R. Prasanna)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.