public interface WikiClassPropertyFilter
Modifier and Type | Method and Description |
---|---|
void |
beginWikiClassProperty(String name,
String type,
org.xwiki.filter.FilterEventParameters parameters) |
void |
endWikiClassProperty(String name,
String type,
org.xwiki.filter.FilterEventParameters parameters) |
void |
onWikiClassPropertyField(String name,
String value,
org.xwiki.filter.FilterEventParameters parameters) |
void beginWikiClassProperty(String name, String type, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the propertytype
- the type of the propertyparameters
- the parameters of the propertyorg.xwiki.filter.FilterException
- when failing to send eventvoid endWikiClassProperty(String name, String type, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the propertytype
- the type of the propertyparameters
- the parameters of the propertyorg.xwiki.filter.FilterException
- when failing to send eventvoid onWikiClassPropertyField(String name, String value, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the fieldvalue
- the value of the fieldparameters
- the properties of the fieldorg.xwiki.filter.FilterException
- when failing to send eventCopyright © 2004–2022 XWiki. All rights reserved.