@Controller(value="indexAction")
public class IndexAction
extends net.mingsoft.base.action.BaseAction
| 构造器和说明 |
|---|
IndexAction() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
index(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
访问站点主页
|
@GetMapping(value="/index") public String index(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws IOException
req - HttpServletRequest对象res - HttpServletResponse 对象javax.servlet.ServletException - 异常处理IOException - 异常处理Copyright © 2023. All rights reserved.