Java javax.servlet ServletRequestEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet ServletRequestEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet ServletRequestEvent.

The text is from its open source code.

Constructor

ServletRequestEvent(ServletContext sc, ServletRequest request)
Construct a ServletRequestEvent for the given ServletContext and ServletRequest.

Method

ServletContextgetServletContext()
Returns the ServletContext of this web application.
ServletRequestgetServletRequest()
Returns the ServletRequest that is changing.