Skip navigation links
D N O R S U V 

D

DocumentNormalizer - Interface in org.xwiki.contrib.urlnormalizer
Provides endpoints for normalizing parts of a document.

N

NormalizationException - Exception in org.xwiki.contrib.urlnormalizer
Defines an exception for normalization errors.
NormalizationException(String) - Constructor for exception org.xwiki.contrib.urlnormalizer.NormalizationException
Creates a new NormalizationException.
NormalizationException(String, Throwable) - Constructor for exception org.xwiki.contrib.urlnormalizer.NormalizationException
Creates a new 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.

O

org.xwiki.contrib.urlnormalizer - package org.xwiki.contrib.urlnormalizer
 

R

ResourceReferenceNormalizer - Interface in org.xwiki.contrib.urlnormalizer
Normalize a ResourceReference by checking if it is a URL pointing to a wiki link and if so transform it into a Document Resource Reference.

S

SAVE_COMMENT_KEY - Static variable in interface org.xwiki.contrib.urlnormalizer.URLNormalizationManager
The save comment used when saving a document after normalization.

U

URLNormalizationManager - Interface in org.xwiki.contrib.urlnormalizer
Provide high-level APIs to normalize documents.
URLValidator<T> - Interface in org.xwiki.contrib.urlnormalizer
Validates a URL (what validation is done depends on the implementation).

V

validate(T) - Method in interface org.xwiki.contrib.urlnormalizer.URLValidator
 
D N O R S U V 
Skip navigation links

Copyright © 2004–2021 XWiki Contrib. All rights reserved.