|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.xml.DocumentDefaultsDefinition
public 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
Constructor Summary | |
---|---|
DocumentDefaultsDefinition()
|
Method Summary | |
---|---|
String |
getAutowire()
Return the default autowire setting for the document that's currently parsed. |
String |
getDependencyCheck()
Return the default dependency-check setting for the document that's currently parsed. |
String |
getDestroyMethod()
Return the default destroy-method setting for the document that's currently parsed. |
String |
getInitMethod()
Return the default init-method setting for the document that's currently parsed. |
String |
getLazyInit()
Return the default lazy-init flag for the document that's currently parsed. |
String |
getMerge()
Return the default merge setting for the document that's currently parsed. |
Object |
getSource()
Return the configuration source Object for this metadata element
(may be null ). |
void |
setAutowire(String autowire)
Set the default autowire setting for the document that's currently parsed. |
void |
setDependencyCheck(String dependencyCheck)
Set the default dependency-check setting for the document that's currently parsed. |
void |
setDestroyMethod(String destroyMethod)
Set the default destroy-method setting for the document that's currently parsed. |
void |
setInitMethod(String initMethod)
Set the default init-method setting for the document that's currently parsed. |
void |
setLazyInit(String lazyInit)
Set the default lazy-init flag for the document that's currently parsed. |
void |
setMerge(String merge)
Set the default merge setting for the document that's currently parsed. |
void |
setSource(Object source)
Set the configuration source Object for this metadata element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentDefaultsDefinition()
Method Detail |
---|
public void setLazyInit(String lazyInit)
public String getLazyInit()
public void setAutowire(String autowire)
public String getAutowire()
public void setDependencyCheck(String dependencyCheck)
public String getDependencyCheck()
public void setInitMethod(String initMethod)
public String getInitMethod()
public void setDestroyMethod(String destroyMethod)
public String getDestroyMethod()
public void setMerge(String merge)
public String getMerge()
public void setSource(Object source)
Object
for this metadata element.
The exact type of the object will depend on the configuration mechanism used.
public Object getSource()
BeanMetadataElement
Object
for this metadata element
(may be null
).
getSource
in interface BeanMetadataElement
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |