Serialized Form
booleanValue
boolean booleanValue
- A boolean value
doubleValue
double doubleValue
- A double value
floatValue
float floatValue
- A float value
intValue
int intValue
- An integer value
longValue
long longValue
- A long integer value
shortValue
short shortValue
- A short integer value
stringValue
java.lang.String stringValue
- A string value
dateValue
java.util.Date dateValue
- A dateValue value
booleanValue
boolean booleanValue
- A boolean value
doubleValue
double doubleValue
- A double value
floatValue
float floatValue
- A float value
intValue
int intValue
- An integer value
longValue
long longValue
- A long integer value
shortValue
short shortValue
- A short integer value
stringValue
java.lang.String stringValue
- A string value
dateValue
java.util.Date dateValue
- A dateValue value
list
java.util.List<E> list
- A list
array
java.lang.String[] array
- An array
nested
NestedBean nested
- A nested bean
html
java.lang.String html
- HTML formatted markup
stringValue
java.lang.String stringValue
- A string value
|
Package examples.multibox |
fruits
java.lang.String[] fruits
- Fruits
colors
java.lang.String[] colors
- Colors
name
java.lang.String name
- Name
secret
java.lang.String secret
- Secret
color
java.lang.String color
- Color
confirm
boolean confirm
- Confirm
rating
java.lang.String rating
- Rating
message
java.lang.String message
- Message
hidden
java.lang.String hidden
- Hidden
|
Package org.apache.struts.webapp.el.exercise |
x
int x
y
int y
beanCollection
java.util.Collection<E> beanCollection
- A collection property where the elements of the collection are of type
LabelValueBean.
beanCollectionSelect
java.lang.String[] beanCollectionSelect
- A multiple-String SELECT element using a bean collection.
booleanProperty
boolean booleanProperty
- A boolean property whose initial value is true.
collectionSelect
java.lang.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
java.lang.String[] multipleSelect
- A multiple-String SELECT element.
nested
TestBean nested
- A nested reference to another test bean (populated as needed).
nullProperty
java.lang.String nullProperty
- A String property with an initial value of null.
shortProperty
short shortProperty
- A short property.
singleSelect
java.lang.String singleSelect
- A single-String value for a SELECT element.
stringArray
java.lang.String[] stringArray
- String arrays that are accessed as an array as well as indexed.
stringIndexed
java.lang.String[] stringIndexed
indexedStrings
java.lang.String[] indexedStrings
stringMultibox
java.lang.String[] stringMultibox
stringProperty
java.lang.String stringProperty
- A String property.
emptyStringProperty
java.lang.String emptyStringProperty
- An empty String property.
coords
Coord[] coords
- A list of coordinate objects.
images
java.lang.String[] images
- A list of images.
imageCoords
Coord[] imageCoords
withNulls
java.lang.String withNulls
- A property that allows a null value but is still used in a SELECT.
|
Package org.apache.struts.webapp.example |
failure
java.lang.String failure
- The failure URI for this mapping.
success
java.lang.String success
- The success URI for this mapping.
name
java.lang.String name
- The key of the session-scope bean we look for.
page
java.lang.String page
- The page to which we should forward for the user to log on.
page
java.lang.String page
- The hyperlink URI.
name
java.lang.String name
- The attribute name.
password
java.lang.String password
- The password.
username
java.lang.String username
- The username.
action
java.lang.String action
- The maintenance action we are performing (Create or Edit).
fromAddress
java.lang.String fromAddress
- The from address.
fullName
java.lang.String fullName
- The full name.
password
java.lang.String password
- The password.
password2
java.lang.String password2
- The confirmation password.
replyToAddress
java.lang.String replyToAddress
- The reply to address.
username
java.lang.String username
- The username.
action
java.lang.String action
- The maintenance action we are performing (Create or Edit).
autoConnect
boolean autoConnect
- Should we auto-connect at startup time?
host
java.lang.String host
- The host name.
password
java.lang.String password
- The password.
type
java.lang.String type
- The subscription type.
username
java.lang.String username
- The username.
|
Package org.apache.struts.webapp.example2 |
failure
java.lang.String failure
- The failure URI for this mapping.
success
java.lang.String success
- The success URI for this mapping.
name
java.lang.String name
- The key of the session-scope bean we look for.
page
java.lang.String page
- The page to which we should forward for the user to log on.
page
java.lang.String page
- The hyperlink URI.
name
java.lang.String name
- The attribute name.
password
java.lang.String password
- The password.
username
java.lang.String username
- The username.
action
java.lang.String action
- The maintenance action we are performing (Create or Edit).
fromAddress
java.lang.String fromAddress
- The from address.
fullName
java.lang.String fullName
- The full name.
password
java.lang.String password
- The password.
password2
java.lang.String password2
- The confirmation password.
replyToAddress
java.lang.String replyToAddress
- The reply to address.
username
java.lang.String username
- The username.
action
java.lang.String action
- The maintenance action we are performing (Create or Edit).
autoConnect
boolean autoConnect
- Should we auto-connect at startup time?
host
java.lang.String host
- The host name.
password
java.lang.String password
- The password.
type
java.lang.String type
- The subscription type.
username
java.lang.String username
- The username.
|
Package org.apache.struts.webapp.examples |
example
java.lang.String example
- An example String property.
example
java.lang.String example
- An example String property.
example
java.lang.String example
- An example String property.
example
java.lang.String example
- An example String property.
|
Package org.apache.struts.webapp.exercise |
beanCollection
java.util.Collection<E> beanCollection
- A collection property where the elements of the collection are
of type
LabelValueBean.
beanCollectionSelect
java.lang.String[] beanCollectionSelect
- A multiple-String SELECT element using a bean collection.
booleanProperty
boolean booleanProperty
- A boolean property whose initial value is true.
collectionSelect
java.lang.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
java.lang.String[] multipleSelect
- A multiple-String SELECT element.
nested
TestBean nested
- A nested reference to another test bean (populated as needed).
nullProperty
java.lang.String nullProperty
- A String property with an initial value of null.
shortProperty
short shortProperty
- A short property.
singleSelect
java.lang.String singleSelect
- A single-String value for a SELECT element.
stringArray
java.lang.String[] stringArray
- String arrays that are accessed as an array as well as indexed.
stringIndexed
java.lang.String[] stringIndexed
stringMultibox
java.lang.String[] stringMultibox
stringProperty
java.lang.String stringProperty
- A String property.
emptyStringProperty
java.lang.String emptyStringProperty
- An empty String property.
resourcesSelect
java.lang.String resourcesSelect
- A single-String value for a SELECT element based on resource strings.
withNulls
java.lang.String withNulls
- A property that allows a null value but is still used in a SELECT.
listProperty
java.util.List<E> listProperty
- A List property.
emptyListProperty
java.util.List<E> emptyListProperty
- An empty List property.
mapProperty
java.util.Map<K,V> mapProperty
- A Map property.
emptyMapProperty
java.util.Map<K,V> emptyMapProperty
- An empty Map property.
|
Package org.apache.struts.webapp.upload |
theText
java.lang.String theText
- The value of the text the user has sent as form data
queryParam
java.lang.String queryParam
- The value of the embedded query string parameter
writeFile
boolean writeFile
- Whether or not to write to a file
theFile
org.apache.struts.upload.FormFile theFile
- The file that the user has uploaded
filePath
java.lang.String filePath
- The file path to write to
|
Package org.apache.struts.webapp.validator |
sCity
java.lang.String sCity
sStateProv
java.lang.String sStateProv
sZipPostal
java.lang.String[] sZipPostal
action
java.lang.String action
sFirstName
java.lang.String sFirstName
sLastName
java.lang.String sLastName
sAddr
java.lang.String sAddr
csz
CityStateZip csz
sPhone
java.lang.String sPhone
sEmail
java.lang.String sEmail
action
java.lang.String action
name
java.lang.String name
sByte
java.lang.String sByte
sShort
java.lang.String sShort
sInteger
java.lang.String sInteger
sIntRange
java.lang.String sIntRange
sLong
java.lang.String sLong
sFloat
java.lang.String sFloat
sFloatRange
java.lang.String sFloatRange
sDouble
java.lang.String sDouble
sDate
java.lang.String sDate
sCreditCard
java.lang.String sCreditCard
sEmail
java.lang.String sEmail
sUrl
java.lang.String sUrl
sMask
java.lang.String sMask
sMinMaxLength
java.lang.String sMinMaxLength
sSatisfaction
java.lang.String sSatisfaction
sOsList
java.lang.String[] sOsList
sOverallSatisfaction
java.lang.String sOverallSatisfaction
sWouldRecommend
java.lang.String sWouldRecommend
sUsedLanguages
java.lang.String[] sUsedLanguages
lNames
java.util.List<E> lNames
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.