com.atlassian.plugin.spring.pluginns
Class PluginNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by com.atlassian.plugin.spring.pluginns.PluginNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

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

Handler for the "plugin" namespace


Constructor Summary
PluginNamespaceHandler()
           
 
Method Summary
 void init()
          Registers the following features: The "available" attribute for beans The "interface" attribute for beans to declare which interfaces they should be registered against
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, findDecoratorForNode, findParserForElement, 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()
Registers the following features:



Copyright © 2011 Atlassian. All Rights Reserved.