Serialized Form


Package org.apache.struts.webapp.el.exercise

Class org.apache.struts.webapp.el.exercise.Coord extends Object implements Serializable

Serialized Fields

x

int x

y

int y

Class org.apache.struts.webapp.el.exercise.TestBean extends ActionForm implements Serializable

Serialized Fields

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

indexedStrings

String[] indexedStrings

stringMultibox

String[] stringMultibox

stringProperty

String stringProperty
A String property.


emptyStringProperty

String emptyStringProperty
An empty String property.


coords

Coord[] coords
A list of coordinate objects.


images

String[] images
A list of images.


imageCoords

Coord[] imageCoords

withNulls

String withNulls
A property that allows a null value but is still used in a SELECT.



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.