public interface WikiFilter
Modifier and Type | Method and Description |
---|---|
void |
beginWiki(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void |
endWiki(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void beginWiki(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the wikiparameters
- the properties of the wikiorg.xwiki.filter.FilterException
- when failing to send eventvoid endWiki(String name, @Default(value="") org.xwiki.filter.FilterEventParameters parameters) throws org.xwiki.filter.FilterException
name
- the name of the wikiparameters
- the properties of the wikiorg.xwiki.filter.FilterException
- when failing to send eventCopyright © 2004–2022 XWiki. All rights reserved.