问题描述
- 在action中怎样获得servletconfig对象
-
action中获取servletconfig
解决方案
试试这个,祝好!
ServletConfig sconfig = (ServletConfig)request.getSession().getServletContext().getAttribute("servletConfig");
解决方案二:
ServletActionContext.getPageContext().getServletConfig();
时间: 2024-11-14 08:26:25