ServletContext context = this.getServlet().getServletContext();
ModuleConfig moduleConfig = (ModuleConfig) context
.getAttribute(“org.apache.struts.action.MODULE”);
ActionConfig[] actionConfigs = moduleConfig.findActionConfigs();
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/179364.html原文链接:https://javaforall.net
