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 UserMacroConfig
UserMacroAction. userMacro
Methods in com.atlassian.confluence.admin.actions.macros that return UserMacroConfig Modifier and Type Method Description UserMacroConfig
UserMacroAction. getUserMacro()
Methods in com.atlassian.confluence.admin.actions.macros that return types with arguments of type UserMacroConfig Modifier and Type Method Description List<UserMacroConfig>
UserMacroAction. getUserMacros()
Methods in com.atlassian.confluence.admin.actions.macros with parameters of type UserMacroConfig Modifier and Type Method Description protected void
UserMacroAction. addUpdateMacro(UserMacroConfig userMacro)
Add the updated macro to the user macro library.void
UserMacroAction. setUserMacro(UserMacroConfig userMacro)
-
Uses of UserMacroConfig in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return UserMacroConfig Modifier and Type Method Description UserMacroConfig
UserMacroModuleDescriptor. getUserMacroConfig()
-
Uses of UserMacroConfig in com.atlassian.confluence.renderer
Methods in com.atlassian.confluence.renderer that return UserMacroConfig Modifier and Type Method Description UserMacroConfig
UserMacroLibrary. 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 void
UserMacroLibrary. addUpdateMacro(UserMacroConfig userMacroConfig)
static Macro.BodyType
UserMacroConfig. deriveBodyType(UserMacroConfig config)
-