Uses of Class
com.atlassian.confluence.macro.browser.beans.MacroParameter
Packages that use MacroParameter
Package
Description
-
Uses of MacroParameter in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that return types with arguments of type MacroParameterMethod parameters in com.atlassian.confluence.macro with type arguments of type MacroParameterModifier and TypeMethodDescriptionvoid
GenericVelocityMacro.setMacroParameters
(List<MacroParameter> macroParameters) -
Uses of MacroParameter in com.atlassian.confluence.macro.browser
Methods in com.atlassian.confluence.macro.browser that return types with arguments of type MacroParameterModifier and TypeMethodDescription@NonNull Map<String,
MacroParameter> DefaultMacroMetadataManager.getParameters
(String macroName) @NonNull Map<String,
MacroParameter> MacroMetadataManager.getParameters
(String macroName) Retrieve the parameter information for a single macro. -
Uses of MacroParameter in com.atlassian.confluence.macro.browser.beans
Methods in com.atlassian.confluence.macro.browser.beans that return MacroParameterMethods in com.atlassian.confluence.macro.browser.beans that return types with arguments of type MacroParameterMethod parameters in com.atlassian.confluence.macro.browser.beans with type arguments of type MacroParameterModifier and TypeMethodDescriptionMacroFormDetails.MacroFormDetailsBuilder.parameters
(List<MacroParameter> parameters) -
Uses of MacroParameter in com.atlassian.confluence.renderer
Methods in com.atlassian.confluence.renderer that return types with arguments of type MacroParameterMethod parameters in com.atlassian.confluence.renderer with type arguments of type MacroParameterModifier and TypeMethodDescriptionvoid
UserMacroConfig.setParameters
(List<MacroParameter> parameters)