public class CustomUReportServlet
extends javax.servlet.http.HttpServlet
| 构造器和说明 |
|---|
CustomUReportServlet() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected org.springframework.web.context.WebApplicationContext |
getWebApplicationContext(javax.servlet.ServletConfig config) |
void |
init(javax.servlet.ServletConfig config) |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init 在接口中 javax.servlet.Servletinit 在类中 javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected org.springframework.web.context.WebApplicationContext getWebApplicationContext(javax.servlet.ServletConfig config)
protected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
service 在类中 javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2025. All rights reserved.