Package com.xpn.xwiki.plugin.packaging
Interface DocumentFilter
-
@Deprecated public interface DocumentFilter
Deprecated.since 5.2, use Filter framework instead- Version:
- $Id: 601d153513c6d41a7a7e0466c5b7e893b978aab7 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
filter(XWikiDocument doc, XWikiContext context)
Deprecated.Do actions at the import or export on a document.
-
-
-
Method Detail
-
filter
void filter(XWikiDocument doc, XWikiContext context) throws ExcludeDocumentException
Deprecated.Do actions at the import or export on a document. For example, remove comments or attachments, do some security check.- Parameters:
doc
- document you want to filtercontext
- xwiki context- Throws:
ExcludeDocumentException
-
-