Package | Description |
---|---|
com.atlassian.confluence.macro | |
com.atlassian.confluence.macro.params | |
com.atlassian.confluence.macro.query.params |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
ContentFilteringMacro.execute(MacroExecutionContext ctx)
Subclasses must override macro-specific functionality in this method.
|
Modifier and Type | Method and Description |
---|---|
protected Integer |
MaxResultsParameter.findObject(String paramValue,
MacroExecutionContext ctx) |
protected SearchSort |
SearchSortParameter.findObject(String paramValue,
MacroExecutionContext ctx) |
protected 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))
|
T |
BaseParameter.findValue(MacroExecutionContext ctx) |
T |
Parameter.findValue(MacroExecutionContext ctx)
Attempts to find the value from the specified
MacroExecutionContext object. |
Modifier and Type | Method and Description |
---|---|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.createBooleanQueryFactory(String paramValue,
MacroExecutionContext ctx) |
protected SearchQueryInterpreter |
LabelParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
protected SearchQueryInterpreter |
SpaceKeyParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
protected SearchQueryInterpreter |
ContentTypeParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
protected abstract SearchQueryInterpreter |
BooleanQueryFactoryParameter.createSearchQueryInterpreter(MacroExecutionContext ctx) |
protected Set<String> |
MultiValueParameter.findObject(String paramValue,
MacroExecutionContext ctx) |
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.findObject(String paramValue,
MacroExecutionContext ctx) |
Copyright © 2003–2019 Atlassian. All rights reserved.