码迷,mamicode.com
首页 > 其他好文 > 详细

使用p命名空间为bean属性赋值

时间:2014-12-13 10:44:25      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   ar   color   使用   sp   strong   

<bean id="person" class="cn.com.tt.Person" 
  p:name="jikoy" 
  p:age="28"
  p:cars-ref="cars">
</bean>
<?xml version = 1.0 encoding=UTF-8>

<beans 
    xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.springframework.org/2001/XMLSchema-instance"
    xmlns:p="http://www.springframework.org/schema/p"
 xsi:schemaLocation="http://www.springframework.org/schema/beans 
    http://www.springframe.org/schema/beans/spring-beans.xsd">
    
    <bean name="classic" class="com.example.ExampleBean">
      <property name="email" value="foo@bar.com"/>
  </bean>

 

使用p命名空间为bean属性赋值

标签:style   blog   http   io   ar   color   使用   sp   strong   

原文地址:http://www.cnblogs.com/jikoy/p/4160939.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!