首页 > 作文

用EL表达式调用Java的方法讲解

更新时间:2023-04-03 15:23:32 阅读: 评论:0

背景:在使用el表达式循环输出日期类型的数据,由于不知道 fmt 已经定义了日期类型的格式化方法,就自定义了一个

1.编写java静态方法 ?(class 是dateutils)

  public static string getstringdate(date date, string timeformat){        simpledateformat formatter = new simpledateformat(timeformat);        string datestring = formatter.format(date);        return datestring;    }

2.添加 .tld 配置文件(可以放在web-inf文件夹下?)

jsptaglibrary_2_0.xsd">    jstl 1.1 functions library    jstl functions    1.1    func    /web-inf/func.tld                        converts all of the characters of a string to lower ca.       直挂云帆济沧海的含义         getstringdate        com.util.dateutils        java.lang.string getstringdate(java.util.date,java.lang.string)                    product name: ${func.getstringdate(java.util.date,浑仪java.lang.string)}            

3.web.xml 根节点下添加 tld 文件的配置 (tomcat 7.0 中可用,其他环境未测试)

            -->            /web-inf/func.tld-->            /web-inf/func.tld-->        -->                    /web-i形势与政策结课论文nf/func.tld         过河游戏   /web-inf/func.tld            

4.jsp引用 .tld 文件

<%@ taglib uri="/web-inf/func.tld" prefix=余秋雨文集"func"%>

5.调用自定义方法

${func:getstringdate(data.createdate, "yyyy-mm-dd hh-mm-ss")}

本文发布于:2023-04-03 15:23:30,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/3389a4239264fa08ddf046af5901adac.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:用EL表达式调用Java的方法讲解.doc

本文 PDF 下载地址:用EL表达式调用Java的方法讲解.pdf

标签:自定义   方法   浑仪   日期
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图