public class

PluginNamespaceHandler

extends NamespaceHandlerSupport
java.lang.Object
   ↳ org.springframework.beans.factory.xml.NamespaceHandlerSupport
     ↳ com.atlassian.plugin.spring.pluginns.PluginNamespaceHandler

Class Overview

Handler for the "plugin" namespace

Summary

Public Constructors
PluginNamespaceHandler()
Public Methods
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
[Expand]
Inherited Methods
From class org.springframework.beans.factory.xml.NamespaceHandlerSupport
From class java.lang.Object
From interface org.springframework.beans.factory.xml.NamespaceHandler

Public Constructors

public PluginNamespaceHandler ()

Public Methods

public 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