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