Uses of Interface
com.atlassian.confluence.macro.params.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in com.atlassian.confluence.macro.params
Classes in com.atlassian.confluence.macro.params that implement ParameterModifier and TypeClassDescriptionclass
A base implementation ofParameter
, providing support for multiple default parameter names, and a default value if no parameter is specified.class
Parameter that resolves anInteger
as the maximum number of results to return to a query.class
Parameter that resolves aSearchSort
instance from parameters named "sort" and "reverse". -
Uses of Parameter in com.atlassian.confluence.macro.query.params
Classes in com.atlassian.confluence.macro.query.params that implement ParameterModifier and TypeClassDescriptionclass
s Represents an author parameter.class
Parameter that parses its values intoBooleanQueryFactory
instances.class
Presents content type parameters asContentTypeQuery
orCustomContentTypeQuery
implementations.class
Presents label parameters asBooleanQueryFactory
implementations.class
Represents a macro parameter that can accept a multiple delimited values.class
Parameter that presents space key search restrictions asSpaceCategoryQuery
orInSpaceQuery
implementations.