public class

MaxResultsParameter

extends BaseParameter<T>
java.lang.Object
   ↳ com.atlassian.confluence.macro.params.BaseParameter<T>
     ↳ com.atlassian.confluence.macro.params.MaxResultsParameter

Class Overview

Parameter that resolves an Integer as the maximum number of results to return to a query.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.macro.params.BaseParameter
Public Constructors
MaxResultsParameter()
MaxResultsParameter(String defaultValue)
Protected Methods
Integer findObject(String paramValue, MacroExecutionContext ctx)
Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))
[Expand]
Inherited Methods
From class com.atlassian.confluence.macro.params.BaseParameter
From class java.lang.Object
From interface com.atlassian.confluence.macro.params.Parameter

Public Constructors

public MaxResultsParameter ()

public MaxResultsParameter (String defaultValue)

Protected Methods

protected Integer findObject (String paramValue, MacroExecutionContext ctx)

Responsible for converting a macro parameter string value to its proper object representation (say "1" to new Integer(1))