Class RssDescriptor
- java.lang.Object
-
- com.atlassian.confluence.core.actions.RssDescriptor
-
public class RssDescriptor extends Object
This class describes an RSS feed. It is used to provide RSS and Atom discovery.
-
-
Constructor Summary
Constructors Constructor Description RssDescriptor(String baseHref, String title, boolean authenticated)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAtomHref()StringgetRssHref()StringgetTitle()
-