public class ConversionContextPropertyName extends Object
ConversionContext
properties.ConversionContext.getProperty(String)
Modifier and Type | Field and Description |
---|---|
static String |
CONTAINED_RENDER
This property may be set when rendering a fragment of page by itself or inside another page (e.g.
|
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_METADATA
Name of the property that holds the
MacroMetadata for the macro |
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
public static final String CONTAINED_RENDER
This may be used by renderer components to make sure the fragment/page is rendered properly (e.g. TOCMacro should render in SERVER mode instead of CLIENT mode cause no headers or extra headers from the containing page will be there)
public static final String MACRO_METADATA
MacroMetadata
for the macroCopyright © 2003–2016 Atlassian. All rights reserved.