类 WXCorpRemoteServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.sh.weixin.servlet.WXCorpRemoteServlet
- 所有已实现的接口:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class WXCorpRemoteServlet
extends jakarta.servlet.http.HttpServlet
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- 2014年2月13日
- 另请参阅:
-
字段概要
字段从类继承的字段 jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voiddoGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) The doGet method of the servlet.voiddoPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) The doPost method of the servlet.从类继承的方法 jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service, service从类继承的方法 jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
字段详细资料
-
log4j
protected org.apache.logging.log4j.Logger log4j
-
-
构造器详细资料
-
WXCorpRemoteServlet
public WXCorpRemoteServlet()
-
-
方法详细资料
-
doGet
public void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.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在类中jakarta.servlet.http.HttpServlet- 参数:
request- the request send by the client to the serverresponse- the response send by the server to the client- 抛出:
jakarta.servlet.ServletException- if an error occurredIOException- if an error occurred
-
doPost
public void doPost(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.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在类中jakarta.servlet.http.HttpServlet- 参数:
request- the request send by the client to the serverresponse- the response send by the server to the client- 抛出:
jakarta.servlet.ServletException- if an error occurredIOException- if an error occurred
-