org.cruxframework.crux.widgets.client.rss.feed
Class Feed

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.cruxframework.crux.widgets.client.rss.feed.Feed

public class Feed
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected Feed()
           
 
Method Summary
 String getAuthor()
           
 String getDescription()
           
 com.google.gwt.core.client.JsArray<Entry> getEntries()
           
 String getFeedUrl()
           
 String getLink()
           
 String getTitle()
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Feed

protected Feed()
Method Detail

getFeedUrl

public final String getFeedUrl()

getTitle

public final String getTitle()

getLink

public final String getLink()

getDescription

public final String getDescription()

getAuthor

public final String getAuthor()

getEntries

public final com.google.gwt.core.client.JsArray<Entry> getEntries()


Copyright © 2014. All rights reserved.