类 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日
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected org.apache.logging.log4j.Logger
     

    从类继承的字段 jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
    The doGet method of the servlet.
    void
    doPost(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

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • 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 server
      response - the response send by the server to the client
      抛出:
      jakarta.servlet.ServletException - if an error occurred
      IOException - 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 server
      response - the response send by the server to the client
      抛出:
      jakarta.servlet.ServletException - if an error occurred
      IOException - if an error occurred