类 ModuleLoadComponentServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.sh.wf.servlet.SHServletBase
com.sh.wf.module.servlet.common.ModuleServletBase
com.sh.wf.module.servlet.ModuleLoadComponentServlet
所有已实现的接口:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@WebServlet("/viewLoadComponent") public class ModuleLoadComponentServlet extends ModuleServletBase

Description: 加载组件,原view!loadComponent.sh

Title:首亨软件 - 聚天平台

从以下版本开始:
2018年11月6日
另请参阅:
  • 构造器详细资料

    • ModuleLoadComponentServlet

      public ModuleLoadComponentServlet()
  • 方法详细资料

    • doGet

      protected void doGet(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      覆盖:
      doGet 在类中 jakarta.servlet.http.HttpServlet
      抛出:
      jakarta.servlet.ServletException
      IOException
    • doPost

      protected void doPost(jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse) throws jakarta.servlet.ServletException, IOException
      覆盖:
      doPost 在类中 jakarta.servlet.http.HttpServlet
      抛出:
      jakarta.servlet.ServletException
      IOException