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

java.lang.Object
  extended by com.atlassian.confluence.macro.params.BaseParameter<Set<String>>
      extended by com.atlassian.confluence.macro.query.params.MultiValueParameter
          extended by com.atlassian.confluence.macro.query.params.AuthorParameter
All Implemented Interfaces:
Parameter<Set<String>>

public class AuthorParameter
extends MultiValueParameter

s Represents an author parameter.


Field Summary
 
Fields inherited from class com.atlassian.confluence.macro.params.BaseParameter
shouldValidate
 
Constructor Summary
AuthorParameter()
           
AuthorParameter(String defaultValue)
           
 
Method Summary
 
Methods inherited from class com.atlassian.confluence.macro.query.params.MultiValueParameter
findObject
 
Methods inherited from class com.atlassian.confluence.macro.params.BaseParameter
addParameterAlias, findValue, getDefaultValue, getParameter, getParameterValue, setDefaultValue, setParameterNames, setValidate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorParameter

public AuthorParameter()

AuthorParameter

public AuthorParameter(String defaultValue)


Copyright © 2003-2012 Atlassian. All Rights Reserved.