Uses of Class
com.atlassian.confluence.macro.MacroExecutionContext
Packages that use MacroExecutionContext
Package
Description
-
Uses of MacroExecutionContext in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro with parameters of type MacroExecutionContextModifier and TypeMethodDescriptionprotected abstract String
ContentFilteringMacro.execute
(MacroExecutionContext ctx) Subclasses must override macro-specific functionality in this method. -
Uses of MacroExecutionContext in com.atlassian.confluence.macro.params
Methods in com.atlassian.confluence.macro.params with parameters of type MacroExecutionContextModifier and TypeMethodDescriptionprotected abstract T
BaseParameter.findObject
(String paramValue, MacroExecutionContext ctx) Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))protected Integer
MaxResultsParameter.findObject
(String paramValue, MacroExecutionContext ctx) protected SearchSort
SearchSortParameter.findObject
(String paramValue, MacroExecutionContext ctx) final T
BaseParameter.findValue
(MacroExecutionContext ctx) Parameter.findValue
(MacroExecutionContext ctx) Attempts to find the value from the specifiedMacroExecutionContext
object. -
Uses of MacroExecutionContext in com.atlassian.confluence.macro.query.params
Methods in com.atlassian.confluence.macro.query.params with parameters of type MacroExecutionContextModifier and TypeMethodDescriptionprotected BooleanQueryFactory
BooleanQueryFactoryParameter.createBooleanQueryFactory
(String paramValue, MacroExecutionContext ctx) protected abstract SearchQueryInterpreter
BooleanQueryFactoryParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx) protected SearchQueryInterpreter
ContentTypeParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx) protected SearchQueryInterpreter
LabelParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx) protected SearchQueryInterpreter
SpaceKeyParameter.createSearchQueryInterpreter
(MacroExecutionContext ctx) protected final BooleanQueryFactory
BooleanQueryFactoryParameter.findObject
(String paramValue, MacroExecutionContext ctx) MultiValueParameter.findObject
(String paramValue, MacroExecutionContext ctx)