Class UserProfileMacroParameters
java.lang.Object
com.xwiki.macros.userprofile.macro.UserProfileMacroParameters
The parameters of the
UserProfileMacro.- Since:
- 1.4
- Version:
- $Id$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProperties(List<String> properties) Sets a list of property names.voidsetReference(UserReference user) Sets a user.
-
Constructor Details
-
UserProfileMacroParameters
public UserProfileMacroParameters()
-
-
Method Details
-
getReference
- Returns:
- a user
-
setReference
Sets a user.- Parameters:
user- list of user references
-
getProperties
- Returns:
- list of properties to be displayed
-
setProperties
Sets a list of property names.- Parameters:
properties- list of user properties
-