spring属性编辑器两种实现方式

来源:互联网 发布:名媛风的淑女打扮知乎 编辑:程序博客网 时间:2024/06/05 13:31

1.使用自定义属性编辑器

编写自定义属性编辑器*(继承PropertyEditorSupport 实现setAsText)*

package com.hl.test.propertyEditor;import java.beans.PropertyEditorSupport;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;public class DatePropertyEditor extends PropertyEditorSupport {    private String format="yyyy-MM-dd";    public void setFormat(String format){        this.format=format;    }    @Override    public void setAsText(String text) throws IllegalArgumentException {         SimpleDateFormat dateFormat = new SimpleDateFormat(format);          try {            Date d=dateFormat.parse(text);            this.setValue(d);        } catch (ParseException e) {            // TODO Auto-generated catch block            e.printStackTrace();        }    }}

注册到spring中

<bean id="customEditorConfigurer"        class="org.springframework.beans.factory.config.CustomEditorConfigurer">        <property name="customEditors">            <map>                <entry key="java.util.Date" value="com.hl.test.propertyEditor.DatePropertyEditor" />            </map>        </property>    </bean>

**

2.注册spring自带属性编辑器

**
定义属性编辑器

public class DatePropertyEditorRegistrar implements PropertyEditorRegistrar{    public void registerCustomEditors(PropertyEditorRegistry registry) {        registry.registerCustomEditor(Date.class, new CustomDateEditor(new SimpleDateFormat("yyyy-MM-dd"), true));    }}

注册自带属性编辑器

<bean class="org.springframework.beans.factory.config.CustomEditorConfigurer">        <property name="propertyEditorRegistrars">            <bean id="datePropertyEditorRegistrar" class="com.hl.test.propertyEditor.DatePropertyEditorRegistrar"/>         </property>    </bean>

两种方式皆可实现

阅读全文
'); })();
0 0
原创粉丝点击
热门IT博客
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 帻怎么读 帻的读音 帼怎么读 帼兴电子科技 深山有道观 大蟀帼 帼国不让须眉 帼国英雄 护士帽夹 帽子英文 帽子简笔画 帽子的英文 帽子戏法 帽子秘密 帽子英语 帽子的秘密 帽子怎么折 帽子折法 蓝帽子标志 铁帽子 戴帽子 红帽子 帽子拼音 帽子怎么洗 帽子编织 帽子种类 针织帽子 女童帽子 帽子的织法 siggi帽子 耐克帽子 gap帽子 帽子厂家 帽子的折法 品牌帽子 李宁帽子 北面帽子 婴儿帽子 帽子戴法 帽子的种类