com.atlassian.confluence.core.actions
Class RssDescriptor

java.lang.Object
  extended by 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
RssDescriptor(String baseHref, String title, boolean authenticated)
           
 
Method Summary
 String getAtomHref()
           
 String getRssHref()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssDescriptor

public RssDescriptor(String baseHref,
                     String title,
                     boolean authenticated)
Method Detail

getTitle

public String getTitle()

getAtomHref

public String getAtomHref()

getRssHref

public String getRssHref()


Copyright © 2003-2012 Atlassian. All Rights Reserved.