org.kuali.rice.krad.datadictionary.parse
Class CustomNamespace

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.kuali.rice.krad.datadictionary.parse.CustomNamespace
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class CustomNamespace
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

Handles the registering of custom schema tags with the custom parser for the Spring Xml Authoring System.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
CustomNamespace()
           
 
Method Summary
 void init()
          Registers the tag name with the custom parser in Spring.
 
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
 

Constructor Detail

CustomNamespace

public CustomNamespace()
Method Detail

init

public void init()
Registers the tag name with the custom parser in Spring.



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.