webwork.examples.jdom
Class RssReader

java.lang.Object
  extended bywebwork.action.ActionSupport
      extended bywebwork.examples.jdom.JDOMUrl
          extended bywebwork.examples.jdom.RssReader
All Implemented Interfaces:
Action, CommandDriven, IllegalArgumentAware, java.io.Serializable, ServletRequestAware
Direct Known Subclasses:
RssSources

public class RssReader
extends JDOMUrl

Used to access the RSS file containing the feed sources

Version:
$Revision: 1.4 $
Author:
Maurice C. Parker (maurice@vineyardenterprise.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
RssReader()
           
 
Method Summary
protected  java.lang.String doExecute()
           
 org.jdom.Element getChannel()
           
 java.util.List getItems()
           
 
Methods inherited from class webwork.examples.jdom.JDOMUrl
buildUrl, doValidation, getDocument, getUrl, setServletRequest, setUrl
 
Methods inherited from class webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, execute, getActionName, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getPropertyEditorMessage, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

Constructor Detail

RssReader

public RssReader()
Method Detail

getChannel

public org.jdom.Element getChannel()

getItems

public java.util.List getItems()

doExecute

protected java.lang.String doExecute()
                              throws java.lang.Exception
Overrides:
doExecute in class JDOMUrl
Throws:
java.lang.Exception


Copyright © 2001-2003 WebWork All Rights Reserved.