|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParameterException | |
|---|---|
| com.atlassian.confluence.macro.params | |
| com.atlassian.confluence.macro.query.params | |
| Uses of ParameterException in com.atlassian.confluence.macro.params |
|---|
| Methods in com.atlassian.confluence.macro.params that throw ParameterException | |
|---|---|
protected SearchSort |
SearchSortParameter.findObject(String paramValue,
MacroExecutionContext ctx)
|
protected Integer |
MaxResultsParameter.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 |
Parameter.findValue(MacroExecutionContext ctx)
Attempts to find the value from the specified MacroExecutionContext object. |
T |
BaseParameter.findValue(MacroExecutionContext ctx)
|
| Uses of ParameterException in com.atlassian.confluence.macro.query.params |
|---|
| Methods in com.atlassian.confluence.macro.query.params that throw ParameterException | |
|---|---|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.createBooleanQueryFactory(String paramValue,
MacroExecutionContext ctx)
|
protected Set<String> |
MultiValueParameter.findObject(String paramValue,
MacroExecutionContext ctx)
|
protected BooleanQueryFactory |
BooleanQueryFactoryParameter.findObject(String paramValue,
MacroExecutionContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||