| java.lang.Object | |
| ↳ | com.atlassian.confluence.macro.MacroExecutionContext |
Container for the execution context of a macro (i.e., the state passed
to it on execute(java.util.Map, String, com.atlassian.renderer.RenderContext)).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the body of the macro.
| |||||||||||
Returns the
ContentEntityObject associated with this macro. | |||||||||||
Returns the
PageContext of the macro. | |||||||||||
Returns the macro parameters and their values.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Constructor.
| params | the parameters passed to the macro from the page |
|---|---|
| body | the body of the macro (the text contained between the start and end tags) |
| pageContext | the PageContext that the macro is called
from
|
Returns the ContentEntityObject associated with this macro.
ContentEntityObject associated with this macro
Returns the PageContext of the macro.
PageContext of the macro.
Returns the macro parameters and their values.

