public class

MacroMetadataParser

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.plugin.descriptor.MacroMetadataParser

Class Overview

Parses XML formatted macro metadata.

Summary

Constants
String PARAMETERS_ELEMENT
Public Constructors
MacroMetadataParser(SystemInformationService systemInformationService, I18NBeanFactory i18NBeanFactory)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PARAMETERS_ELEMENT

Constant Value: "parameters"

Public Constructors

public MacroMetadataParser (SystemInformationService systemInformationService, I18NBeanFactory i18NBeanFactory)