|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultsDefinition | |
---|---|
org.springframework.beans.factory.parsing | Support infrastructure for bean definition parsing. |
org.springframework.beans.factory.xml | Contains an abstract XML-based BeanFactory implementation,
including a standard "spring-beans" DTD. |
Uses of DefaultsDefinition in org.springframework.beans.factory.parsing |
---|
Methods in org.springframework.beans.factory.parsing with parameters of type DefaultsDefinition | |
---|---|
void |
ReaderEventListener.defaultsRegistered(DefaultsDefinition defaultsDefinition)
Notification that the given defaults has been registered. |
void |
EmptyReaderEventListener.defaultsRegistered(DefaultsDefinition defaultsDefinition)
|
void |
ReaderContext.fireDefaultsRegistered(DefaultsDefinition defaultsDefinition)
|
Uses of DefaultsDefinition in org.springframework.beans.factory.xml |
---|
Classes in org.springframework.beans.factory.xml that implement DefaultsDefinition | |
---|---|
class |
DocumentDefaultsDefinition
Simple JavaBean that holds the defaults specified at the %lt;beans>
level in a standard Spring XML bean definition document:
default-lazy-init , default-autowire , etc |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |