com.atlassian.confluence.macro.query.params
Class LabelParameter

java.lang.Object
  extended by com.atlassian.confluence.macro.params.BaseParameter
      extended by com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
          extended by com.atlassian.confluence.macro.query.params.LabelParameter
All Implemented Interfaces:
Parameter

public class LabelParameter
extends BooleanQueryFactoryParameter

Presents label parameters as BooleanQueryFactory implementations.

Since:
2.9

Constructor Summary
LabelParameter()
           
LabelParameter(String defaultValue)
           
 
Method Summary
protected  SearchQueryInterpreter createSearchQueryInterpreter(MacroExecutionContext ctx)
           
 
Methods inherited from class com.atlassian.confluence.macro.query.params.BooleanQueryFactoryParameter
createBooleanQueryFactory, findObject, setDefaultInclusionCriteria
 
Methods inherited from class com.atlassian.confluence.macro.params.BaseParameter
addParameterAlias, findValue, getDefaultValue, getParameter, getParameterValue, setDefaultValue, setParameterNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelParameter

public LabelParameter()

LabelParameter

public LabelParameter(String defaultValue)
Method Detail

createSearchQueryInterpreter

protected SearchQueryInterpreter createSearchQueryInterpreter(MacroExecutionContext ctx)
Specified by:
createSearchQueryInterpreter in class BooleanQueryFactoryParameter


Confluence is developed by Atlassian Pty Ltd.