org.springframework.plugin.core.config
Class PluginNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.plugin.core.config.PluginNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

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

Simple namespace handler for plugin-config namespace.

Author:
Oliver Gierke

Constructor Summary
PluginNamespaceHandler()
           
 
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
 

Constructor Detail

PluginNamespaceHandler

public PluginNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2008–2014 Pivotal, Inc.. All rights reserved.