欢迎来到天天文库
浏览记录
ID:37711892
大小:23.08 KB
页数:6页
时间:2019-05-29
《struts2 jstl 标签 字符串 特殊处理》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、目录1STRTUS2和EL,JSTL21.1STRUTS2,EL,JSTL标签21.1.1struts2截取一段字符串(struts2,fn)21.1.1Struts2获得长度21.1.221.1.3Struts2拦截器用户登录验证(2009-12-2512:52:56)31STRTUS2和EL,JSTL1.1STRUTS2,EL,JSTL标签1.1.1STRUTS2截取一段字符串(STRUTS2,FN)Struts2标签的特性支持大部分java方法E
2、X:Fn:需要导入--标签库<%@taglibprefix="fn"uri="http://java.sun.com/jsp/jstl/functions"%>--从什么地方拆分${fn:substringBefore(chidaoTime/3600,'.')}--list大小是否给空3、4、fn:length(list)==0}">没有记录哦5、:if>EX:6、7、fn:length(list)==0}">没有记录哦${fn:substringBefore(chidaoTime/3600,'.')}1.1.1STRUTS2获得长度{emptylist8、9、fn:length(list)==0}${fn:length(property)}1.1.2C标签没有只有单而有<10、s:else>可以配对使用但是能用尽量不要用原因?自己想吧!EX:.. EX:1.1.1STRUTS2拦截器用户登录验证(2009-12-2512:52:56)Struts2拦截器用户登录11、验证(2009-12-2512:52:56)转载标签:杂谈实现方式:实现Interceptor接口init(){}初始化时调用destroy(){}销毁时调用classMyInterceptorimplementsInterceptor{privateStringhello;//setter...getter...publicvoidinit(){System.out.println("init()...");System.out.println(hello);}publicvoiddestroy(){System.out.println("destroy()...");}12、publicStringintercept(ActionInvocationinvocation)throwsException{System.out.println("intercept()1...");//拦截器有拦截器站//invoke()将判断是否还有下一个拦截器,有就执行下一个拦截器,没有则开始执行被拦截的类Stringresult=invocation.invoke();System.out.println("finish1...");returnresult;}继承AbstractInterceptor该类实现了Interceptor接口,并且空实现了init13、()和destroy()方法publicclassMyInterceptorextendsAbstractInterceptor{publicStringintercept(ActionInvocationinvocation)throwsException{System.out.println("intercept()2...");Stringresult=invocation.invoke();System.out.println("finish2...");returnresult;}}继承MethodFil
3、
4、fn:length(list)==0}">没有记录哦
5、:if>EX:6、7、fn:length(list)==0}">没有记录哦${fn:substringBefore(chidaoTime/3600,'.')}1.1.1STRUTS2获得长度{emptylist8、9、fn:length(list)==0}${fn:length(property)}1.1.2C标签没有只有单而有<10、s:else>可以配对使用但是能用尽量不要用原因?自己想吧!EX:.. EX:1.1.1STRUTS2拦截器用户登录验证(2009-12-2512:52:56)Struts2拦截器用户登录11、验证(2009-12-2512:52:56)转载标签:杂谈实现方式:实现Interceptor接口init(){}初始化时调用destroy(){}销毁时调用classMyInterceptorimplementsInterceptor{privateStringhello;//setter...getter...publicvoidinit(){System.out.println("init()...");System.out.println(hello);}publicvoiddestroy(){System.out.println("destroy()...");}12、publicStringintercept(ActionInvocationinvocation)throwsException{System.out.println("intercept()1...");//拦截器有拦截器站//invoke()将判断是否还有下一个拦截器,有就执行下一个拦截器,没有则开始执行被拦截的类Stringresult=invocation.invoke();System.out.println("finish1...");returnresult;}继承AbstractInterceptor该类实现了Interceptor接口,并且空实现了init13、()和destroy()方法publicclassMyInterceptorextendsAbstractInterceptor{publicStringintercept(ActionInvocationinvocation)throwsException{System.out.println("intercept()2...");Stringresult=invocation.invoke();System.out.println("finish2...");returnresult;}}继承MethodFil
6、
7、fn:length(list)==0}">没有记录哦${fn:substringBefore(chidaoTime/3600,'.')}1.1.1STRUTS2获得长度{emptylist
8、
9、fn:length(list)==0}${fn:length(property)}1.1.2C标签没有只有单而有<
10、s:else>可以配对使用但是能用尽量不要用原因?自己想吧!EX:.. EX:1.1.1STRUTS2拦截器用户登录验证(2009-12-2512:52:56)Struts2拦截器用户登录
11、验证(2009-12-2512:52:56)转载标签:杂谈实现方式:实现Interceptor接口init(){}初始化时调用destroy(){}销毁时调用classMyInterceptorimplementsInterceptor{privateStringhello;//setter...getter...publicvoidinit(){System.out.println("init()...");System.out.println(hello);}publicvoiddestroy(){System.out.println("destroy()...");}
12、publicStringintercept(ActionInvocationinvocation)throwsException{System.out.println("intercept()1...");//拦截器有拦截器站//invoke()将判断是否还有下一个拦截器,有就执行下一个拦截器,没有则开始执行被拦截的类Stringresult=invocation.invoke();System.out.println("finish1...");returnresult;}继承AbstractInterceptor该类实现了Interceptor接口,并且空实现了init
13、()和destroy()方法publicclassMyInterceptorextendsAbstractInterceptor{publicStringintercept(ActionInvocationinvocation)throwsException{System.out.println("intercept()2...");Stringresult=invocation.invoke();System.out.println("finish2...");returnresult;}}继承MethodFil
此文档下载收益归作者所有