@Role
public interface LinkContextDataProvider
Note: Be careful not to implement heavy data in providers since they are stored in cache for all external links found and thus could lead to an Out Of Memory error if too large.
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getContextData(String linkURL,
String contentReference) |
Copyright © 2004–2021 XWiki. All rights reserved.