Package org.dellroad.stuff.spring
Class DellRoadStuffNamespaceHandler
java.lang.Object
org.springframework.beans.factory.xml.NamespaceHandlerSupport
org.dellroad.stuff.spring.DellRoadStuffNamespaceHandler
- All Implemented Interfaces:
NamespaceHandler
Spring
NamespaceHandler
for the dellroad-stuff
XML namespace.
This adds support for the following Spring custom XML tags:
<dellroad-stuff:sql/>
, which defines aSQLCommandList
bean<dellroad-stuff:sql-update/>
, which wraps aSQLCommandList
in aSpringSQLSchemaUpdate
bean
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
-
Field Details
-
NAMESPACE_URI
- See Also:
-
SQL_ELEMENT_NAME
- See Also:
-
SQL_UPDATE_ELEMENT_NAME
- See Also:
-
-
Constructor Details
-
DellRoadStuffNamespaceHandler
public DellRoadStuffNamespaceHandler()
-
-
Method Details
-
init
public void init()
-