com.atlassian.confluence.it.feed
Class FeedBuilder

java.lang.Object
  extended by com.atlassian.confluence.it.feed.FeedBuilder

public class FeedBuilder
extends java.lang.Object

Uses the web-based feed builder to construct a feed URL. To download a feed from this URL, see FeedRetriever.

See Also:
FeedRetriever, FeedOptions

Constructor Summary
FeedBuilder(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String baseUrl)
           
 
Method Summary
 java.net.URL getFeedURL(FeedOptions feedOptions)
           
static FeedBuilder getInstance(net.sourceforge.jwebunit.junit.WebTester webTester, java.lang.String baseUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedBuilder

public FeedBuilder(net.sourceforge.jwebunit.junit.WebTester webTester,
                   java.lang.String baseUrl)
Method Detail

getInstance

public static FeedBuilder getInstance(net.sourceforge.jwebunit.junit.WebTester webTester,
                                      java.lang.String baseUrl)

getFeedURL

public java.net.URL getFeedURL(FeedOptions feedOptions)


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.