|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Macro.BodyType in com.atlassian.confluence.api |
---|
Methods in com.atlassian.confluence.api that return Macro.BodyType | |
---|---|
Macro.BodyType |
NaughtyWritingToDBWhilstRenderingMacro.getBodyType()
|
Uses of Macro.BodyType in com.atlassian.confluence.macro |
---|
Methods in com.atlassian.confluence.macro that return Macro.BodyType | |
---|---|
Macro.BodyType |
V2CompatibilityMacro.getBodyType()
|
Macro.BodyType |
Macro.getBodyType()
The type of body that this macro has, this is used to infer the migration task if no custom one is provided. |
Macro.BodyType |
LazyLoadingMacroWrapper.getBodyType()
|
Macro.BodyType |
GenericVelocityMacro.getBodyType()
|
static Macro.BodyType |
Macro.BodyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Macro.BodyType[] |
Macro.BodyType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.atlassian.confluence.macro with parameters of type Macro.BodyType | |
---|---|
void |
GenericVelocityMacro.setBodyType(Macro.BodyType bodyType)
|
Constructors in com.atlassian.confluence.macro with parameters of type Macro.BodyType | |
---|---|
V2CompatibilityMacro(com.atlassian.renderer.v2.macro.Macro v2Macro,
Macro.BodyType bodyType)
|
Uses of Macro.BodyType in com.atlassian.confluence.macro.wiki |
---|
Methods in com.atlassian.confluence.macro.wiki that return Macro.BodyType | |
---|---|
Macro.BodyType |
UnmigratedInlineWikiMarkupMacro.getBodyType()
|
Macro.BodyType |
UnmigratedBlockWikiMarkupMacro.getBodyType()
|
Uses of Macro.BodyType in com.atlassian.confluence.plugin.descriptor |
---|
Methods in com.atlassian.confluence.plugin.descriptor that return Macro.BodyType | |
---|---|
Macro.BodyType |
CustomMacroModuleDescriptor.getBodyType()
Used by code that automatically converts a V2 macro to an XHTML macro. |
Uses of Macro.BodyType in com.atlassian.confluence.plugins.doctheme |
---|
Methods in com.atlassian.confluence.plugins.doctheme that return Macro.BodyType | |
---|---|
Macro.BodyType |
SpaceJumpMacro.getBodyType()
|
Uses of Macro.BodyType in com.atlassian.confluence.plugins.expand |
---|
Methods in com.atlassian.confluence.plugins.expand that return Macro.BodyType | |
---|---|
Macro.BodyType |
ExpandMacro.getBodyType()
|
Uses of Macro.BodyType in com.atlassian.confluence.plugins.gadgets |
---|
Methods in com.atlassian.confluence.plugins.gadgets that return Macro.BodyType | |
---|---|
Macro.BodyType |
GadgetMacro.getBodyType()
XHTML Gadget Code |
Uses of Macro.BodyType in com.atlassian.confluence.plugins.link |
---|
Methods in com.atlassian.confluence.plugins.link that return Macro.BodyType | |
---|---|
Macro.BodyType |
LinkMacro.getBodyType()
|
Uses of Macro.BodyType in com.atlassian.confluence.plugins.macros.core |
---|
Methods in com.atlassian.confluence.plugins.macros.core that return Macro.BodyType | |
---|---|
Macro.BodyType |
MultimediaMacro.getBodyType()
|
Macro.BodyType |
LoremIpsumMacro.getBodyType()
|
Uses of Macro.BodyType in com.atlassian.confluence.renderer |
---|
Methods in com.atlassian.confluence.renderer that return Macro.BodyType | |
---|---|
static Macro.BodyType |
UserMacroConfig.deriveBodyType(UserMacroConfig config)
|
Uses of Macro.BodyType in test.plugin.macro |
---|
Methods in test.plugin.macro that return Macro.BodyType | |
---|---|
Macro.BodyType |
UnprocessedBodyMacro.getBodyType()
|
Macro.BodyType |
ProcessedBodyMacro.getBodyType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |