struts中如何查看配置文件中是否存在某个返回值

1 ActionConfig config =
2     ActionContext.getContext()
3     .getActionInvocation().getProxy().getConfig();
4 ResultConfig resultconfig = 
5     config.getResults().get("string");

 

posted @ 2017-05-05 18:50  天涯已可  阅读(297)  评论(0编辑  收藏  举报