Method Summary |
|
public String | getAutowire() Return the default autowire setting for the document that's currently parsed. |
public String | getDependencyCheck() Return the default dependency-check setting for the document that's currently parsed. |
public String | getDestroyMethod() Return the default destroy-method setting for the document that's currently parsed. |
public String | getInitMethod() Return the default init-method setting for the document that's currently parsed. |
public String | getLazyInit() Return the default lazy-init flag for the document that's currently parsed. |
public String | getMerge() Return the default merge setting for the document that's currently parsed. |
public Object | getSource() |
public void | setAutowire(String autowire) Set the default autowire setting for the document that's currently parsed. |
public void | setDependencyCheck(String dependencyCheck) Set the default dependency-check setting for the document that's currently parsed. |
public void | setDestroyMethod(String destroyMethod) Set the default destroy-method setting for the document that's currently parsed. |
public void | setInitMethod(String initMethod) Set the default init-method setting for the document that's currently parsed. |
public void | setLazyInit(String lazyInit) Set the default lazy-init flag for the document that's currently parsed. |
public void | setMerge(String merge) Set the default merge setting for the document that's currently parsed. |
public void | setSource(Object source) Set the configuration source Object for this metadata element. |