org.dellroad.stuff.spring
Class DellRoadStuffNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.dellroad.stuff.spring.DellRoadStuffNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class DellRoadStuffNamespaceHandler
extends NamespaceHandlerSupport

Spring NamespaceHandler for the dellroad-stuff XML namespace.

This adds support for the following Spring custom XML tags:


Field Summary
static String NAMESPACE_URI
           
static String SQL_ELEMENT_NAME
           
static String SQL_UPDATE_ELEMENT_NAME
           
 
Constructor Summary
DellRoadStuffNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_URI

public static final String NAMESPACE_URI
See Also:
Constant Field Values

SQL_ELEMENT_NAME

public static final String SQL_ELEMENT_NAME
See Also:
Constant Field Values

SQL_UPDATE_ELEMENT_NAME

public static final String SQL_UPDATE_ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

DellRoadStuffNamespaceHandler

public DellRoadStuffNamespaceHandler()
Method Detail

init

public void init()