- NormalizationException - Exception in org.xwiki.contrib.urlnormalizer
-
Defines an exception for normalization errors.
- NormalizationException(String) - Constructor for exception org.xwiki.contrib.urlnormalizer.NormalizationException
-
- NormalizationException(String, Throwable) - Constructor for exception org.xwiki.contrib.urlnormalizer.NormalizationException
-
- normalize(XWikiDocument, Parser, BlockRenderer) - Method in interface org.xwiki.contrib.urlnormalizer.DocumentNormalizer
-
Normalize the given XWikiDocument
.
- normalize(ResourceReference) - Method in interface org.xwiki.contrib.urlnormalizer.ResourceReferenceNormalizer
-
Normalize the given ResourceReference
.
- normalize(XWikiDocument) - Method in interface org.xwiki.contrib.urlnormalizer.URLNormalizationManager
-
Normalize the given XWikiDocument
, do not save the document after the normalization.
- normalize(XWikiDocument, List<String>) - Method in interface org.xwiki.contrib.urlnormalizer.URLNormalizationManager
-
Normalize the given XWikiDocument
using the given normalizers.
- normalize(DocumentReference) - Method in interface org.xwiki.contrib.urlnormalizer.URLNormalizationManager
-
Normalize the given DocumentReference
and save it.
- normalize(DocumentReference, List<String>) - Method in interface org.xwiki.contrib.urlnormalizer.URLNormalizationManager
-
Normalize the given DocumentReference
and save it.
- normalize(DocumentReference, List<String>, boolean) - Method in interface org.xwiki.contrib.urlnormalizer.URLNormalizationManager
-
Normalize the given DocumentReference
.