Uses of Class
com.atlassian.confluence.macro.Macro.OutputType
-
-
Uses of Macro.OutputType in com.atlassian.confluence.content.render.xhtml.view.macro
Methods in com.atlassian.confluence.content.render.xhtml.view.macro with parameters of type Macro.OutputType Modifier and Type Method Description StringDefaultViewMacroWrapper. wrap(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition, boolean wrap)StringViewMacroWrapper. wrap(ConversionContext context, Macro.OutputType outputType, String macroBody, MacroDefinition macroDefinition, boolean wrap)Execute macro wrapping. -
Uses of Macro.OutputType in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro that return Macro.OutputType Modifier and Type Method Description Macro.OutputTypeGenericVelocityMacro. getOutputType()Macro.OutputTypeLazyLoadingMacroWrapper. getOutputType()Macro.OutputTypeMacro. getOutputType()Macro.OutputTypeV2CompatibilityMacro. getOutputType()static Macro.OutputTypeMacro.OutputType. valueOf(String name)Returns the enum constant of this type with the specified name.static Macro.OutputType[]Macro.OutputType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Macro.OutputType in com.atlassian.confluence.macro.wiki
Methods in com.atlassian.confluence.macro.wiki that return Macro.OutputType Modifier and Type Method Description Macro.OutputTypeUnmigratedBlockWikiMarkupMacro. getOutputType()Macro.OutputTypeUnmigratedInlineWikiMarkupMacro. getOutputType() -
Uses of Macro.OutputType in com.atlassian.confluence.plugins.macros.core
Methods in com.atlassian.confluence.plugins.macros.core that return Macro.OutputType Modifier and Type Method Description Macro.OutputTypeLoremIpsumMacro. getOutputType()
-