首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

转: 使用Struts 2 的国际化支持特性(7)上

2012-08-11 
转: 应用Struts 2 的国际化支持特性(7)上4.3??Struts 2的国际化支持!—定义拦截器?--interceptors!—定

转: 应用Struts 2 的国际化支持特性(7)上

4.3??Struts 2的国际化支持

<!—定义拦截器?-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptors>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<!—定义拦截器alias?-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上?<interceptor?name="alias"?class="com.opensymphony.xwork2.interceptor.AliasInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<!—定义拦截器autowiring?-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="autowiring"?class="com.opensymphony.xwork2.spring.interceptor.ActionAutowiringInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="chain"?class="com.opensymphony.xwork2.interceptor.ChainingInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="conversionError"?class="org.apache.struts2.interceptor.StrutsConversionErrorInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="cookie"?class="org.apache.struts2.interceptor.CookieInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="createSession"?class="org.apache.struts2.interceptor.CreateSessionInterceptor"?/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="debugging"?class="org.apache.struts2.interceptor.debugging.DebuggingInterceptor"?/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="externalRef"?class="com.opensymphony.xwork2.interceptor.ExternalReferencesInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="execAndWait"?class="org.apache.struts2.interceptor.ExecuteAndWaitInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<!—定义异常拦截器-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="exception"?class="com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<!—定义文件上传拦截器-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="fileUpload"?class="org.apache.struts2.interceptor.FileUploadInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<!—定义国际化拦截器-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="i18n"?class="com.opensymphony.xwork2.interceptor.I18nInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<!—定义日志拦截器-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="logger"?class="com.opensymphony.xwork2.interceptor.LoggingInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<interceptor?name="modelDriven"?class="com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上…?…
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上

<%@?page?contentType="text/html;charset=UTF-8"?language="java"?%>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<%@?taglib?prefix="s"?uri="/struts-tags"?%>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<html>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<head>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<title><s:text?name="regpage"/></title>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<s:head?/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上</head>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<body>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<table>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上<s:form?id="id"?action="Reg">
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上????<!—使用key来加载国际化资源信息?-->
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上????<s:textfield?name="username"?key="username"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上????<s:password?name="password1"?key="password1"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上????<s:password?name="password2"?key="password2"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上????<s:datetimepicker?name="birthday"?key="birthday"?displayFormat="yyyy-MM-dd"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上????<s:submit?key="regbutton"/>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上</s:form>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上</table>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上</body>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上</html>
转: 使用Struts 2 的国际化支持特性(7)上
转: 使用Struts 2 的国际化支持特性(7)上

reg.jsp中使用了标签库来访问资源文件,<s:text/>是显示静态文本,该标签中可以使用key属性来输出国际化信息。Form元素的标签也可以使用key来获得国际化信息。有关标签库的知识,后面将会详细讲解,在这里读者只需要简单了解。

?

热点排行