Method Summary |
|
public int | getCacheTimeout() Get the cache timeout.
The cache timeout should be a positive number of seconds defining the
length in time that feed entries may be cached. |
public LinkedList | getFeeds() Get all configured feeds. |
public int | getFeedsSize() Get the size of the feeds set. |
public Locale | getLocale() |
public int | getMaxAge() Get the maximum feed entry age for display. |
public int | getMaxDescriptionLength() Get the maximum description length.
This determines the number of characters that will be displayed for a
feed's description. |
public int | getMaxEntries() Get the maximum entries that will be displayed. |
public String | getSelectedFeed() Get the selected feed. |
public String | getStartFeed() Get the start feed. |
public String | getWindowTarget() Get the window target for feed links.
This has no respective setter, and is based on the return value
of isNewWindow() . |
public boolean | isDisableMaxAge() Is the maximum age restriction disabled?
If so, the display logic will ignore the maximum age setting
and display entries up to the number of maximum entries allowed. |
public boolean | isDisableMaxAgeSet() |
public boolean | isMaxAgeSet() |
public boolean | isMaxEntriesSet() |
public boolean | isNewWindow() |
public boolean | isNewWindowSet() |
public void | setCacheTimeout(int timeout) Set the cache timeout. |
public void | setDisableMaxAge(boolean disableMaxAge) Set if the maximum age restriction is enabled. |
public void | setFeeds(LinkedList feeds) Set all configured feeds. |
public void | setLocale(Locale locale) |
public void | setMaxAge(int age) Set the maximum feed entry age. |
public void | setMaxDescriptionLength(int length) Set the maximum description length. |
public void | setMaxEntries(int maxEntries) Set the maximum entries that will be displayed. |
public void | setNewWindow(boolean nw) Set if feed links should be opened in a new window. |
public void | setSelectedFeed(String feed) Set the selected feed. |
public void | setStartFeed(String feed) Set the start feed. |