|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MacroExecutionContext in com.atlassian.confluence.macro |
|---|
| Methods in com.atlassian.confluence.macro with parameters of type MacroExecutionContext | |
|---|---|
protected abstract java.lang.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 MacroExecutionContext | |
|---|---|
protected SearchSort |
SearchSortParameter.findObject(java.lang.String paramValue,
MacroExecutionContext ctx)
|
protected java.lang.Integer |
MaxResultsParameter.findObject(java.lang.String paramValue,
MacroExecutionContext ctx)
|
protected abstract T |
BaseParameter.findObject(java.lang.String paramValue,
MacroExecutionContext ctx)
Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1)) |
T |
Parameter.findValue(MacroExecutionContext ctx)
Attempts to find the value from the specified MacroExecutionContext object. |
T |
BaseParameter.findValue(MacroExecutionContext ctx)
|
| Uses of MacroExecutionContext in com.atlassian.confluence.macro.query.params |
|---|
| Methods in com.atlassian.confluence.macro.query.params with parameters of type MacroExecutionContext | |
|---|---|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.createBooleanQueryFactory(java.lang.String paramValue,
MacroExecutionContext ctx)
|
protected SearchQueryInterpreter |
SpaceKeyParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
protected SearchQueryInterpreter |
LabelParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
protected SearchQueryInterpreter |
ContentTypeParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
protected abstract SearchQueryInterpreter |
BooleanQueryFactoryParameter.createSearchQueryInterpreter(MacroExecutionContext ctx)
|
protected java.util.Set<java.lang.String> |
MultiValueParameter.findObject(java.lang.String paramValue,
MacroExecutionContext ctx)
|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.findObject(java.lang.String paramValue,
MacroExecutionContext ctx)
|
| Uses of MacroExecutionContext in com.atlassian.confluence.plugins.macros.dashboard |
|---|
| Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type MacroExecutionContext | |
|---|---|
java.lang.String |
RecentlyUpdatedContentMacro.execute(MacroExecutionContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||