|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.nutz.mvc.NutServlet
public class NutServlet
挂接到 JSP/Servlet 容器的入口
| 构造方法摘要 | |
|---|---|
NutServlet()
|
|
| 方法摘要 | |
|---|---|
void |
destroy()
|
void |
init(javax.servlet.ServletConfig servletConfig)
|
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
| 从类 javax.servlet.http.HttpServlet 继承的方法 |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| 从类 javax.servlet.GenericServlet 继承的方法 |
|---|
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public NutServlet()
| 方法详细信息 |
|---|
public void init(javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException
javax.servlet.Servlet 中的 initjavax.servlet.GenericServlet 中的 initjavax.servlet.ServletExceptionpublic void destroy()
javax.servlet.Servlet 中的 destroyjavax.servlet.GenericServlet 中的 destroy
protected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
javax.servlet.http.HttpServlet 中的 servicejavax.servlet.ServletException
java.io.IOException
|
|||||||||
| 上一个类 下一个类 | 框架 无框架 | ||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | ||||||||