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

DefaultsDefinition (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.beans.factory.parsing
Interface DefaultsDefinition

All Superinterfaces:
BeanMetadataElement
All Known Implementing Classes:
DocumentDefaultsDefinition

public interface DefaultsDefinition
extends BeanMetadataElement

Marker interface for a defaults definition, extending BeanMetadataElement to inherit source exposure.

Concrete implementations are typically based on 'document defaults', for example specified at the root tag level within an XML document.

Since:
2.0.2
Author:
Juergen Hoeller
See Also:
DocumentDefaultsDefinition, ReaderEventListener.defaultsRegistered(DefaultsDefinition)

Method Summary
 
Methods inherited from interface org.springframework.beans.BeanMetadataElement
getSource
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.