com.atlassian.confluence.content.render.xhtml
Class ConversionContextPropertyName

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.ConversionContextPropertyName

public class ConversionContextPropertyName
extends java.lang.Object

The set of property names used to access ConversionContext properties.

See Also:
ConversionContext.getProperty(String)

Field Summary
static java.lang.String MACRO_NAME
          Name of the property that holds the name of the macro when its Macro.execute(java.util.Map, java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method is being run.
 
Constructor Summary
ConversionContextPropertyName()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MACRO_NAME

public static final java.lang.String MACRO_NAME
Name of the property that holds the name of the macro when its Macro.execute(java.util.Map, java.lang.String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method is being run.

See Also:
Constant Field Values
Constructor Detail

ConversionContextPropertyName

public ConversionContextPropertyName()


Copyright © 2003-2013 Atlassian. All Rights Reserved.