首页上一页 1  下一页尾页 1 条记录 1/1页
        Java Web从入门到精通,18章 Spring核心之IoC
                 	
                        发表在JavaWeb图书答疑
                        2016-10-21                                                
                    		
                                                                            	
                        
                        
                    
                    
                    	是否精华
                    	是
                    	否
                    
                    
                    
                            版块置顶:
                            是
                            否
                        
                    
                                           Java Web从入门到精通,18章 Spring核心之IoC,书本433页,【例18.11】自定义MyDateEditor编辑器将String类型转换为Date类型。(实例位置:光盘\TM|sl\18\6)
<bean id="customEditorConfigurer"class="org.springframework.beans.factory.config.CustomEditorConfigurer">
<property name="customEditors">
<map>
<entry key="java.util.Date">
<bean id="MyDateEditor" class="com.mr.MyDateEditor" />
</entry>
</map>
</property>
</bean>
这几行代码中是什么意思?
org.springframework.beans.factory.config.CustomEditorConfigurer 是什么意思?
<property name="customEditors">中的customEditors是什么意思?可不可以用customEditor来替代?
                
        	
        
        
    <bean id="customEditorConfigurer"class="org.springframework.beans.factory.config.CustomEditorConfigurer">
<property name="customEditors">
<map>
<entry key="java.util.Date">
<bean id="MyDateEditor" class="com.mr.MyDateEditor" />
</entry>
</map>
</property>
</bean>
这几行代码中是什么意思?
org.springframework.beans.factory.config.CustomEditorConfigurer 是什么意思?
<property name="customEditors">中的customEditors是什么意思?可不可以用customEditor来替代?

 
	
                                                 VIP会员
VIP会员 购物车
购物车


 私信
                         私信 
                     发表新帖
发表新帖 立即签到
立即签到 
        		  
        		 
         		 关注
关注
                  回复
 回复 支持(
                	支持( 反对(
                    反对( 
                







 
                     
                     
					 
						 
						 
						 
						