Serialized Form
| 
Package org.apache.struts.webapp.examples | 
example
String example
- An example String property.
 
example
String example
- An example String property.
 
example
String example
- An example String property.
 
example
String example
- An example String property.
 
| 
Package org.apache.struts.webapp.exercise | 
beanCollection
Collection<E> beanCollection
- A collection property where the elements of the collection are
 of type 
LabelValueBean.
 
beanCollectionSelect
String[] beanCollectionSelect
- A multiple-String SELECT element using a bean collection.
 
booleanProperty
boolean booleanProperty
- A boolean property whose initial value is true.
 
collectionSelect
String[] collectionSelect
- A multiple-String SELECT element using a collection.
 
doubleProperty
double doubleProperty
- A double property.
 
falseProperty
boolean falseProperty
- A boolean property whose initial value is false
 
floatProperty
float floatProperty
- A float property.
 
intArray
int[] intArray
- Integer arrays that are accessed as an array as well as indexed.
 
intIndexed
int[] intIndexed
intMultibox
int[] intMultibox
intProperty
int intProperty
- An integer property.
 
longProperty
long longProperty
- A long property.
 
multipleSelect
String[] multipleSelect
- A multiple-String SELECT element.
 
nested
TestBean nested
- A nested reference to another test bean (populated as needed).
 
nullProperty
String nullProperty
- A String property with an initial value of null.
 
shortProperty
short shortProperty
- A short property.
 
singleSelect
String singleSelect
- A single-String value for a SELECT element.
 
stringArray
String[] stringArray
- String arrays that are accessed as an array as well as indexed.
 
stringIndexed
String[] stringIndexed
stringMultibox
String[] stringMultibox
stringProperty
String stringProperty
- A String property.
 
emptyStringProperty
String emptyStringProperty
- An empty String property.
 
resourcesSelect
String resourcesSelect
- A single-String value for a SELECT element based on resource strings.
 
withNulls
String withNulls
- A property that allows a null value but is still used in a SELECT.
 
listProperty
List<E> listProperty
- A List property.
 
emptyListProperty
List<E> emptyListProperty
- An empty List property.
 
mapProperty
Map<K,V> mapProperty
- A Map property.
 
emptyMapProperty
Map<K,V> emptyMapProperty
- An empty Map property.
 
| 
Package org.apache.struts.webapp.upload | 
theText
String theText
- The value of the text the user has sent as form data
 
queryParam
String queryParam
- The value of the embedded query string parameter
 
writeFile
boolean writeFile
- Whether or not to write to a file
 
theFile
FormFile theFile
- The file that the user has uploaded
 
filePath
String filePath
- The file path to write to
 
| 
Package org.apache.struts.webapp.validator | 
sCity
String sCity
sStateProv
String sStateProv
sZipPostal
String[] sZipPostal
action
String action
sFirstName
String sFirstName
sLastName
String sLastName
sAddr
String sAddr
csz
CityStateZip csz
sPhone
String sPhone
sEmail
String sEmail
action
String action
name
String name
sByte
String sByte
sShort
String sShort
sInteger
String sInteger
sIntRange
String sIntRange
sLong
String sLong
sFloat
String sFloat
sFloatRange
String sFloatRange
sDouble
String sDouble
sDate
String sDate
sCreditCard
String sCreditCard
sEmail
String sEmail
sUrl
String sUrl
sMask
String sMask
sMinMaxLength
String sMinMaxLength
sSatisfaction
String sSatisfaction
sOsList
String[] sOsList
sOverallSatisfaction
String sOverallSatisfaction
sWouldRecommend
String sWouldRecommend
sUsedLanguages
String[] sUsedLanguages
lNames
List<E> lNames
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.