高洛峰2017-04-18 10:47:31
out is an instance of JspWriter
的实例,request是HttpServletRequest
and depends on servlet api. If you are using maven application, just add the following dependencies:
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.3</version>
</dependency>