public class ConversionContextPropertyName extends Object
ConversionContext
properties.ConversionContext.getProperty(String)
Modifier and Type | Field and Description |
---|---|
static String |
MACRO_COUNTER
Name of the property that holds a
MacroCounter if available. |
static String |
MACRO_DEFINITION
Name of the property that holds the
MacroDefinition for the macro,
including the typed parameters if the storage format is v2. |
static String |
MACRO_ID_LIST
Track the list of MacroIDs that have been used or generated for macros on the current page conversion.
|
static String |
MACRO_NAME
Name of the property that holds the name of the macro when its
Macro.execute(java.util.Map<java.lang.String, java.lang.String>, java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method is being run. |
Constructor and Description |
---|
ConversionContextPropertyName() |
public static final String MACRO_NAME
Macro.execute(java.util.Map<java.lang.String, java.lang.String>, java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext)
method is being run.public static final String MACRO_COUNTER
MacroCounter
if available.public static final String MACRO_DEFINITION
MacroDefinition
for the macro,
including the typed parameters if the storage format is v2.public static final String MACRO_ID_LIST
Copyright © 2003–2015 Atlassian. All rights reserved.