xdoclet.modules.spring
public class SpringXmlSubTask extends XmlSubTask
UNKNOWN: March 5, 2004 display-name = "spring.xml" name = "springxml" parent = "xdoclet.modules.spring.SpringDocletTask" file = "spring-beans.xml" relates-to = "spring.xml" description = "An XML unparsed entity containing * bean declarations to be included in a generated Spring bean XML file."
| Constructor Summary | |
|---|---|
| SpringXmlSubTask() | |
| Method Summary | |
|---|---|
| protected void | engineStarted() |
| void | execute()
Describe what the method does
|
| String | getDefaultAutowire() |
| String | getDefaultDependencyCheck() |
| String | getDefaultLazyInit() |
| void | setDefaultAutowire(String autowire)
Sets the default autowiring mode to apply to all beans in the generated file. |
| void | setDefaultDependencyCheck(String dependencyCheck)
Sets the default dependency checking mode for all beans in the generated file. |
| void | setDefaultLazyInit(String lazyInit)
Sets the default lazy initialization mode for all beans in the generated file. |
| void | setDestinationFile(String destinationFile)
Sets the name of the generated bean XML file. |
Throws: XDocletException
Parameters: autowire
Parameters: dependencyCheck
Parameters: lazyInit
Parameters: destinationFile