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