@WebServlet(name="RequestMappingsServlet",
urlPatterns="/request_mappings")
public class AutoScanRequestMappingsServlet
extends javax.servlet.http.HttpServlet
implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
AutoScanRequestMappingsServlet() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
doGet 在类中 javax.servlet.http.HttpServletjava.io.IOException