Class WikiMacroParameters
- java.lang.Object
-
- org.xwiki.rendering.macro.wikibridge.WikiMacroParameters
-
- All Implemented Interfaces:
org.xwiki.properties.RawProperties
public class WikiMacroParameters extends Object implements org.xwiki.properties.RawProperties
Generic parameters class for all wiki macros.- Since:
- 2.0M2
- Version:
- $Id: 78f855a6e69397029aeba58e247adafc40df6434 $
-
-
Constructor Summary
Constructors Constructor Description WikiMacroParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(String propertyName)
Returns the parameter value associated with the propertyName provided.Set<String>
getParameterNames()
Returns the set of parameter names provided by user.void
set(String propertyName, Object value)
-