java.lang.Objectorg.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: |
|---|
|
|
|
|
|
|
|
|
|