类 ModuleLoadMapPoiServlet
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.ModuleLoadMapPoiServlet
- 所有已实现的接口:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
Description: 加载地图POI数据,原view!loadMapPoi.sh
Title:首亨软件 - 聚天平台
- 从以下版本开始:
- 2018年11月6日
- 另请参阅:
-
字段概要
从类继承的字段 com.sh.wf.servlet.SHServletBase
AUTH_LOGIN, AUTH_LOGIN_IGNORE, ERROR, FAILURE, IFRAME_FORWARD, log4j, MESSAGE, SUCCESS从类继承的字段 jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD -
构造器概要
构造器 -
方法概要
从类继承的方法 com.sh.wf.module.servlet.common.ModuleServletBase
isAuth从类继承的方法 com.sh.wf.servlet.SHServletBase
dc, dc, doOptions, getParameterValue, getParameterValues, getRequestFile, getRequestFileName, getRequestFileNames, getRequestFiles, isWriteLog, request, response, service, session, setRequestValue, userInfo从类继承的方法 jakarta.servlet.http.HttpServlet
doDelete, doHead, doPut, doTrace, getLastModified, init, service从类继承的方法 jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
构造器详细资料
-
ModuleLoadMapPoiServlet
public ModuleLoadMapPoiServlet()
-
-
方法详细资料
-
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.ServletExceptionIOException
-
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.ServletExceptionIOException
-