首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 互联网 >

struts2 url 照射 查看 Struts Configuration Browser

2012-07-28 
struts2 url 映射查看Struts Configuration Browser查看所有struts2映射到的url???2个办法1.Use the Confi

struts2 url 映射 查看 Struts Configuration Browser

查看所有struts2映射到的url

?

?

?2个办法

1.
Use the Configuration Browser Plugin
Add the?Config Browser Plugin?plugin to the lib folder or maven dependencies, and then visit:?http://localhost:8080/CONTEXT/config-browser/index.action, to see the current action mappings.?



2.

RuntimeConfiguration config? = Dispatcher.getInstance().getConfigurationManager().getConfiguration().getRuntimeConfiguration();

System.out.println(config.toString());

热点排行