public class

LabelParameter

extends BooleanQueryFactoryParameter
java.lang.Object
   ↳ com.atlassian.confluence.macro.params.BaseParameter<T>
     ↳ com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
       ↳ com.atlassian.confluence.macro.query.params.LabelParameter

Class Overview

Presents label parameters as BooleanQueryFactory implementations.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.macro.params.BaseParameter
Public Constructors
LabelParameter()
LabelParameter(String defaultValue)
Public Methods
void setLabelManager(LabelManager labelManager)
Protected Methods
SearchQueryInterpreter createSearchQueryInterpreter(MacroExecutionContext ctx)
[Expand]
Inherited Methods
From class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
From class com.atlassian.confluence.macro.params.BaseParameter
From class java.lang.Object
From interface com.atlassian.confluence.macro.params.Parameter

Public Constructors

public LabelParameter ()

public LabelParameter (String defaultValue)

Public Methods

public void setLabelManager (LabelManager labelManager)

Protected Methods

protected SearchQueryInterpreter createSearchQueryInterpreter (MacroExecutionContext ctx)