|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.rendering.macro.wikibridge.WikiMacroParameters
public class WikiMacroParameters
Generic parameters class for all wiki macros.
| Constructor Summary | |
|---|---|
WikiMacroParameters()
Creates a new WikiMacroParameters instance. |
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiMacroParameters()
WikiMacroParameters instance.
| Method Detail |
|---|
public void set(String propertyName,
Object value)
set in interface org.xwiki.properties.RawPropertiespublic Set<String> getParameterNames()
public Object get(String propertyName)
propertyName - the property name.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||