Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » rss » [javadoc | source]
org.apache.commons.digester.rss
public class: TextInput [javadoc | source]
java.lang.Object
   org.apache.commons.digester.rss.TextInput

All Implemented Interfaces:
    Serializable

Implementation object representing a textinput in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.

Field Summary
protected  String description    The text input description (1-100 characters). 
protected  String link    The text input link (1-500 characters). 
protected  String name    The text input field name (1-100 characters). 
protected  String title    The text input submit button label (1-100 characters). 
Method from org.apache.commons.digester.rss.TextInput Summary:
getDescription,   getLink,   getName,   getTitle,   render,   setDescription,   setLink,   setName,   setTitle
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.rss.TextInput Detail:
 public String getDescription() 
 public String getLink() 
 public String getName() 
 public String getTitle() 
  void render(PrintWriter writer) 
    Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer.
 public  void setDescription(String description) 
 public  void setLink(String link) 
 public  void setName(String name) 
 public  void setTitle(String title)