Package net.mingsoft.basic.action.web
Class IndexAction
java.lang.Object
net.mingsoft.base.action.BaseAction
net.mingsoft.basic.action.web.IndexAction
@Controller("indexAction")
public class IndexAction
extends net.mingsoft.base.action.BaseAction
- Author:
- by 铭软开发团队
-
Field Summary
Fields inherited from class net.mingsoft.base.action.BaseAction
LOG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.mingsoft.base.action.BaseAction
getDomain, getHost, getHostIp, getLocaleString, getMapByProperties, getMapByProperties, getResString, getResString, getResString, getResString, getUrl, isMobileDevice
-
Constructor Details
-
IndexAction
public IndexAction()
-
-
Method Details
-
index
@GetMapping("/msIndex") public String index(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException 访问站点主页- Parameters:
req- HttpServletRequest对象res- HttpServletResponse 对象- Throws:
jakarta.servlet.ServletException- 异常处理IOException- 异常处理
-