Uses of Class
com.atlassian.confluence.renderer.UserMacroConfig
-
Packages that use UserMacroConfig Package Description com.atlassian.confluence.admin.actions.macros com.atlassian.confluence.plugin.descriptor com.atlassian.confluence.renderer -
-
Uses of UserMacroConfig in com.atlassian.confluence.admin.actions.macros
Fields in com.atlassian.confluence.admin.actions.macros declared as UserMacroConfig Modifier and Type Field Description protected UserMacroConfigUserMacroAction. userMacroMethods in com.atlassian.confluence.admin.actions.macros that return UserMacroConfig Modifier and Type Method Description UserMacroConfigUserMacroAction. getUserMacro()Methods in com.atlassian.confluence.admin.actions.macros that return types with arguments of type UserMacroConfig Modifier and Type Method Description protected List<UserMacroConfig>UserMacroAction. getToBeValidatedUserMacros(@Nullable UserMacroConfig macroConfig)List<UserMacroConfig>UserMacroAction. getUserMacros()Methods in com.atlassian.confluence.admin.actions.macros with parameters of type UserMacroConfig Modifier and Type Method Description protected voidUserMacroAction. addUpdateMacro(UserMacroConfig userMacro)Add the updated macro to the user macro library.protected List<UserMacroConfig>UserMacroAction. getToBeValidatedUserMacros(@Nullable UserMacroConfig macroConfig)voidUserMacroAction. setUserMacro(UserMacroConfig userMacro)protected voidUserMacroAction. validateMacroMissingContextVariables(@Nullable UserMacroConfig macroConfig) -
Uses of UserMacroConfig in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return UserMacroConfig Modifier and Type Method Description UserMacroConfigUserMacroModuleDescriptor. getUserMacroConfig() -
Uses of UserMacroConfig in com.atlassian.confluence.renderer
Methods in com.atlassian.confluence.renderer that return UserMacroConfig Modifier and Type Method Description UserMacroConfigUserMacroLibrary. getMacro(String name)Methods in com.atlassian.confluence.renderer that return types with arguments of type UserMacroConfig Modifier and Type Method Description Map<String,UserMacroConfig>UserMacroLibrary. getMacros()Methods in com.atlassian.confluence.renderer with parameters of type UserMacroConfig Modifier and Type Method Description voidUserMacroLibrary. addUpdateMacro(UserMacroConfig userMacroConfig)static Macro.BodyTypeUserMacroConfig. deriveBodyType(UserMacroConfig config)
-