All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dtflys.forest.schema.ForestNamespaceHandler Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
package com.dtflys.forest.schema;

import org.springframework.beans.factory.xml.NamespaceHandlerSupport;

/**
 * @author gongjun[[email protected]]
 * @since 2017-04-21 14:46
 */
public class ForestNamespaceHandler extends NamespaceHandlerSupport {

    @Override
    public void init() {
        registerBeanDefinitionParser("configuration", new ForestConfigurationBeanDefinitionParser());
        registerBeanDefinitionParser("client", new ForestClientBeanDefinitionParser());
        registerBeanDefinitionParser("scan", new ForestScanBeanDefinitionParser());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy