Modifier and Type | Method and Description |
---|---|
boolean |
URLNormalizationManager.normalize(org.xwiki.model.reference.DocumentReference documentReference)
Normalize the given
DocumentReference and save it. |
boolean |
URLNormalizationManager.normalize(org.xwiki.model.reference.DocumentReference documentReference,
List<String> normalizers)
Normalize the given
DocumentReference and save it. |
boolean |
URLNormalizationManager.normalize(org.xwiki.model.reference.DocumentReference documentReference,
List<String> normalizers,
boolean createNewVersion)
Normalize the given
DocumentReference . |
boolean |
URLNormalizationManager.normalize(com.xpn.xwiki.doc.XWikiDocument document)
Normalize the given
XWikiDocument , do not save the document after the normalization. |
boolean |
URLNormalizationManager.normalize(com.xpn.xwiki.doc.XWikiDocument document,
List<String> normalizers)
Normalize the given
XWikiDocument using the given normalizers. |
boolean |
DocumentNormalizer.normalize(com.xpn.xwiki.doc.XWikiDocument document,
org.xwiki.rendering.parser.Parser parser,
org.xwiki.rendering.renderer.BlockRenderer blockRenderer)
Normalize the given
XWikiDocument . |
Copyright © 2004–2021 XWiki Contrib. All rights reserved.