Uses of Class
com.atlassian.confluence.macro.browser.beans.MacroParameterType

Packages that use MacroParameterType
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.macro.browser   
com.atlassian.confluence.macro.browser.beans   
 

Uses of MacroParameterType in com.atlassian.confluence.content.render.xhtml.editor.macro
 

Constructors in com.atlassian.confluence.content.render.xhtml.editor.macro with parameters of type MacroParameterType
InvalidMacroParameterException(java.lang.String macroName, java.lang.String parameterName, java.lang.String value, MacroParameterType type, java.lang.Throwable cause)
           
 

Uses of MacroParameterType in com.atlassian.confluence.macro.browser
 

Methods in com.atlassian.confluence.macro.browser that return types with arguments of type MacroParameterType
 java.util.Map<java.lang.String,MacroParameterType> MacroMetadataManager.getParameterTypes(java.lang.String macroName)
          Retrieve the parameter type information for a single macro.
 java.util.Map<java.lang.String,MacroParameterType> DefaultMacroMetadataManager.getParameterTypes(java.lang.String macroName)
           
 

Uses of MacroParameterType in com.atlassian.confluence.macro.browser.beans
 

Methods in com.atlassian.confluence.macro.browser.beans that return MacroParameterType
static MacroParameterType MacroParameterType.get(java.lang.String name)
           
 MacroParameterType MacroParameter.getType()
           
static MacroParameterType MacroParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MacroParameterType[] MacroParameterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.confluence.macro.browser.beans with parameters of type MacroParameterType
 MacroParameterBuilder MacroParameterBuilder.setType(MacroParameterType type)
           
 

Constructors in com.atlassian.confluence.macro.browser.beans with parameters of type MacroParameterType
MacroParameter(java.lang.String pluginKey, java.lang.String macroName, java.lang.String name, MacroParameterType type, boolean required, boolean multiple, java.lang.String defaultValue, boolean hidden)
           
MacroParameter(java.lang.String pluginKey, java.lang.String macroName, java.lang.String name, MacroParameterType type, boolean required, boolean multiple, java.lang.String defaultValue, boolean hidden, java.lang.String documentationUrl)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.