站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.beans.Mergeable (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Interface
org.springframework.beans.Mergeable

Packages that use Mergeable
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
 

Uses of Mergeable in org.springframework.beans.factory.support
 

Classes in org.springframework.beans.factory.support that implement Mergeable
 class ManagedList
          Tag collection class used to hold managed List elements, which may include runtime bean references (to be resolved into bean objects).
 class ManagedMap
          Tag collection class used to hold managed Map values, which may include runtime bean references (to be resolved into bean objects).
 class ManagedProperties
          Tag class which represents a Spring-managed Properties instance that supports merging of parent/child definitions.
 class ManagedSet
          Tag collection class used to hold managed Set values, which may include runtime bean references (to be resolved into bean objects).
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.