@Unstable
public interface WikiObjectPropertyFilter
| Modifier and Type | Method and Description |
|---|---|
void |
onWikiObjectProperty(String name,
Object value,
org.xwiki.filter.FilterEventParameters parameters) |
void onWikiObjectProperty(@Name(value="name")
String name,
@Name(value="value")
Object value,
@Default(value="")@Name(value="parameters")
org.xwiki.filter.FilterEventParameters parameters)
throws WikiStreamException
name - the name of the propertyvalue - the value of the propertyparameters - the properties of the propertyWikiStreamException - when failing to send eventCopyright © 2004–2014 XWiki. All rights reserved.