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

struts2 token的应用

2013-03-13 
struts2 token的使用在struts.xml action里面加上拦截器 interceptor-ref namedefaultStack/interce

struts2 token的使用
在struts.xml action里面加上拦截器

<interceptor-ref name="defaultStack"></interceptor-ref> <interceptor-ref name="token"></interceptor-ref><!--结果页面--><result name="invaild.token">/error.jsp</result>

热点排行