public class NotificationsRSS extends Object
Constructor and Description |
---|
NotificationsRSS(String url,
String user,
String password) |
Modifier and Type | Method and Description |
---|---|
List<com.sun.syndication.feed.synd.SyndEntry> |
getEntries() |
void |
loadEntries(String containerDomain,
String realDomain)
Allow to load the entries but transform first the URL to load them from the real host domain:
it might be different than the one from the retrieved URL since this class is not executed inside a docker
container, and the servletEngine might not be inside a container either.
|
public void loadEntries(String containerDomain, String realDomain)
containerDomain
- the domain used inside the browserrealDomain
- the real domain to use to access the servletEngine from the test.public List<com.sun.syndication.feed.synd.SyndEntry> getEntries()
Copyright © 2004–2021 XWiki. All rights reserved.