@Unstable
public interface WikiObjectFilter
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAMETER_CLASS_REFERENCE |
static String |
PARAMETER_GUID |
static String |
PARAMETER_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
void |
beginWikiObject(String name,
org.xwiki.filter.FilterEventParameters parameters) |
void |
endWikiObject(String name,
org.xwiki.filter.FilterEventParameters parameters) |
static final String PARAMETER_NUMBER
static final String PARAMETER_CLASS_REFERENCE
static final String PARAMETER_GUID
void beginWikiObject(@Name(value="name")
String name,
@Default(value="")@Name(value="parameters")
org.xwiki.filter.FilterEventParameters parameters)
throws WikiStreamException
name - the name of the objectparameters - the properties of the objectWikiStreamException - when failing to send eventvoid endWikiObject(@Name(value="name")
String name,
@Default(value="")@Name(value="parameters")
org.xwiki.filter.FilterEventParameters parameters)
throws WikiStreamException
name - the name of the objectparameters - the properties of the objectWikiStreamException - when failing to send eventCopyright © 2004–2014 XWiki. All rights reserved.