Class ConversionContextPropertyName
java.lang.Object
com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName
The set of property names used to access
ConversionContext
properties.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This property may be set when rendering a fragment of page by itself or inside another page (e.g.static final String
Name of the property that holds aMacroCounter
if available.static final String
Name of the property that holds theMacroDefinition
for the macro, including the typed parameters if the storage format is v2.static final String
Track the list of MacroIDs that have been used or generated for macros on the current page conversion.static final String
Name of the property that holds theMacroMetadata
for the macrostatic final String
Name of the property that holds the name of the macro when itsMacro.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 Summary
-
Method Summary
-
Field Details
-
MACRO_NAME
Name of the property that holds the name of the macro when itsMacro.execute(java.util.Map<java.lang.String, java.lang.String>, java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext)
method is being run.- See Also:
-
MACRO_COUNTER
Name of the property that holds aMacroCounter
if available.- See Also:
-
MACRO_DEFINITION
Name of the property that holds theMacroDefinition
for the macro, including the typed parameters if the storage format is v2.- See Also:
-
MACRO_ID_LIST
Track the list of MacroIDs that have been used or generated for macros on the current page conversion.- See Also:
-
CONTAINED_RENDER
This property may be set when rendering a fragment of page by itself or inside another page (e.g. excerpts, include).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)
- Since:
- 5.9
- See Also:
-
MACRO_METADATA
Name of the property that holds theMacroMetadata
for the macro- Since:
- 5.9
- See Also:
-
-
Constructor Details
-
ConversionContextPropertyName
public ConversionContextPropertyName()
-