类 ServletCode
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.gdxsoft.easyweb.script.servlets.ServletCode
- 所有已实现的接口:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
已过时。
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddestroy()已过时。Destruction of the servlet.voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 已过时。The doGet method of the servlet.voiddoPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) 已过时。The doPost method of the servlet.已过时。Returns information about the servlet, such as author, version, and copyright.voidinit()已过时。Initialization of the servlet.从类继承的方法 javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service从类继承的方法 javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log
-
构造器详细资料
-
ServletCode
public ServletCode()已过时。Constructor of the object.
-
-
方法详细资料
-
destroy
public void destroy()已过时。Destruction of the servlet.- 指定者:
destroy在接口中javax.servlet.Servlet- 覆盖:
destroy在类中javax.servlet.GenericServlet
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException 已过时。The doGet method of the servlet.
This method is called when a form has its tag value method equals to get.- 覆盖:
doGet在类中javax.servlet.http.HttpServlet- 参数:
request- the request send by the client to the serverresponse- the response send by the server to the client- 抛出:
javax.servlet.ServletException- if an error occurredIOException- if an error occurred
-
doPost
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException 已过时。The doPost method of the servlet.
This method is called when a form has its tag value method equals to post.- 覆盖:
doPost在类中javax.servlet.http.HttpServlet- 参数:
request- the request send by the client to the serverresponse- the response send by the server to the client- 抛出:
javax.servlet.ServletException- if an error occurredIOException- if an error occurred
-
getServletInfo
已过时。Returns information about the servlet, such as author, version, and copyright.- 指定者:
getServletInfo在接口中javax.servlet.Servlet- 覆盖:
getServletInfo在类中javax.servlet.GenericServlet- 返回:
- String information about this servlet
-
init
public void init() throws javax.servlet.ServletException已过时。Initialization of the servlet.- 覆盖:
init在类中javax.servlet.GenericServlet- 抛出:
javax.servlet.ServletException- if an error occurs
-