Uses of Interface
com.atlassian.confluence.macro.params.Parameter

Packages that use Parameter
com.atlassian.confluence.macro.params   
com.atlassian.confluence.macro.query.params   
 

Uses of Parameter in com.atlassian.confluence.macro.params
 

Classes in com.atlassian.confluence.macro.params that implement Parameter
 class BaseParameter<T>
          A base implementation of Parameter, providing support for multiple default parameter names, and a default value if no parameter is specified.
 class MaxResultsParameter
          Parameter that resolves an Integer as the maximum number of results to return to a query.
 class SearchSortParameter
          Parameter that resolves a SearchSort 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 Parameter
 class AuthorParameter
          s Represents an author parameter.
 class BooleanQueryFactoryParameter
          Parameter that parses its values into BooleanQueryFactory instances.
 class ContentTypeParameter
          Presents content type parameters as ContentTypeQuery implementations.
 class LabelParameter
          Presents label parameters as BooleanQueryFactory implementations.
 class MultiValueParameter
          Represents a macro parameter that can accept a multiple delimited values.
 class SpaceKeyParameter
          Parameter that presents space key search restrictions as SpaceCategoryQuery or InSpaceQuery implementations.
 



Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.