Construct a ServletRequestEvent for the given ServletContext and ServletRequest.paramsc the ServletContext of the web application.paramrequest the ServletRequest that is sending the event. super(sc); this.request = request;
super(sc); this.request = request;
Returns the ServletContext of this web application. return (ServletContext) super.getSource();
return (ServletContext) super.getSource();
Returns the ServletRequest that is changing. return this.request;
return this.request;