Struts2 request_locale国际化介绍
众所周知,struts2中使用了大量的拦截器(即是传说中的interceptor),其中国际化使用的拦截器为com.opensymphony.xwork2.interceptor.I18nInterceptor,那么接下来分析一下I18nInterceptor这个类。一.属性I18nInterceptor有三个属性,分别为parameterName,requestOnlyParameterName,attributeName。parameterName:h...