public class

RssReader

extends JDOMUrl
java.lang.Object
   ↳ webwork.action.ActionSupport
     ↳ webwork.examples.jdom.JDOMUrl
       ↳ webwork.examples.jdom.RssReader
Known Direct Subclasses

Class Overview

Used to access the RSS file containing the feed sources

Summary

[Expand]
Inherited Constants
From interface webwork.action.Action
[Expand]
Inherited Fields
From class webwork.action.ActionSupport
Public Constructors
RssReader()
Public Methods
Element getChannel()
List getItems()
Protected Methods
String doExecute()
[Expand]
Inherited Methods
From class webwork.examples.jdom.JDOMUrl
From class webwork.action.ActionSupport
From class java.lang.Object
From interface webwork.action.Action
From interface webwork.action.CommandDriven
From interface webwork.action.IllegalArgumentAware
From interface webwork.action.ServletRequestAware

Public Constructors

public RssReader ()

Public Methods

public Element getChannel ()

public List getItems ()

Protected Methods

protected String doExecute ()

Throws
Exception