Serialized Form


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

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

Serialized Fields

x

int x

y

int y

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

Serialized Fields

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.



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