public class ResponseEvent extends RequestEvent
ApplicationEvent that occurs when the application returns a response to a given request.| Constructor and Description |
|---|
ResponseEvent(String servlet,
ApplicationContext context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates an instance with the name of the target servlet, the context of the application, the client request, and the application response.
|
public ResponseEvent(String servlet, ApplicationContext context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
servlet - the name of the servletcontext - the context of the applicationrequest - the requestresponse - the responseCopyright © 2019. All Rights Reserved.