Uses of Class
com.atlassian.confluence.macro.MacroExecutionContext
-
Packages that use MacroExecutionContext Package Description com.atlassian.confluence.macro com.atlassian.confluence.macro.params com.atlassian.confluence.macro.query.params -
-
Uses of MacroExecutionContext in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro with parameters of type MacroExecutionContext Modifier and Type Method Description protected abstract StringContentFilteringMacro. 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 MacroExecutionContext Modifier and Type Method Description protected abstract TBaseParameter. 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 IntegerMaxResultsParameter. findObject(String paramValue, MacroExecutionContext ctx)protected SearchSortSearchSortParameter. findObject(String paramValue, MacroExecutionContext ctx)TBaseParameter. findValue(MacroExecutionContext ctx)TParameter. findValue(MacroExecutionContext ctx)Attempts to find the value from the specifiedMacroExecutionContextobject. -
Uses of MacroExecutionContext in com.atlassian.confluence.macro.query.params
Methods in com.atlassian.confluence.macro.query.params with parameters of type MacroExecutionContext Modifier and Type Method Description protected BooleanQueryFactoryBooleanQueryFactoryParameter. createBooleanQueryFactory(String paramValue, MacroExecutionContext ctx)protected abstract SearchQueryInterpreterBooleanQueryFactoryParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)protected SearchQueryInterpreterContentTypeParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)protected SearchQueryInterpreterLabelParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)protected SearchQueryInterpreterSpaceKeyParameter. createSearchQueryInterpreter(MacroExecutionContext ctx)protected BooleanQueryFactoryBooleanQueryFactoryParameter. findObject(String paramValue, MacroExecutionContext ctx)protected Set<String>MultiValueParameter. findObject(String paramValue, MacroExecutionContext ctx)
-