Serialized Form


Package examples

Class examples.TestBean extends java.lang.Object implements Serializable

Serialized Fields

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


Package examples.bean

Class examples.bean.ExampleBean extends java.lang.Object implements Serializable

Serialized Fields

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

Class examples.bean.NestedBean extends java.lang.Object implements Serializable

Serialized Fields

stringValue

java.lang.String stringValue
A string value


Package examples.multibox

Class examples.multibox.MultiboxActionForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

fruits

java.lang.String[] fruits
Fruits


colors

java.lang.String[] colors
Colors


Package examples.simple

Class examples.simple.SimpleActionForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

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

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.


Package org.apache.struts.webapp.example

Class org.apache.struts.webapp.example.ApplicationMapping extends org.apache.struts.action.ActionMapping implements Serializable

Serialized Fields

failure

java.lang.String failure
The failure URI for this mapping.


success

java.lang.String success
The success URI for this mapping.

Class org.apache.struts.webapp.example.CheckLogonTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

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.

Class org.apache.struts.webapp.example.ExpiredPasswordException extends org.apache.struts.util.ModuleException implements Serializable

Class org.apache.struts.webapp.example.LinkUserTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

page

java.lang.String page
The hyperlink URI.


name

java.lang.String name
The attribute name.

Class org.apache.struts.webapp.example.LogonForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

password

java.lang.String password
The password.


username

java.lang.String username
The username.

Class org.apache.struts.webapp.example.RegistrationForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

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.

Class org.apache.struts.webapp.example.SubscriptionForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

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

Class org.apache.struts.webapp.example2.ApplicationMapping extends org.apache.struts.action.ActionMapping implements Serializable

Serialized Fields

failure

java.lang.String failure
The failure URI for this mapping.


success

java.lang.String success
The success URI for this mapping.

Class org.apache.struts.webapp.example2.CheckLogonTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

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.

Class org.apache.struts.webapp.example2.ExpiredPasswordException extends org.apache.struts.util.ModuleException implements Serializable

Class org.apache.struts.webapp.example2.LinkUserTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

page

java.lang.String page
The hyperlink URI.


name

java.lang.String name
The attribute name.

Class org.apache.struts.webapp.example2.LogonForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

password

java.lang.String password
The password.


username

java.lang.String username
The username.

Class org.apache.struts.webapp.example2.RegistrationForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

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.

Class org.apache.struts.webapp.example2.SubscriptionForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

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

Class org.apache.struts.webapp.examples.CustomActionForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

example

java.lang.String example
An example String property.

Class org.apache.struts.webapp.examples.CustomActionForward extends org.apache.struts.action.ActionForward implements Serializable

Serialized Fields

example

java.lang.String example
An example String property.

Class org.apache.struts.webapp.examples.CustomActionMapping extends org.apache.struts.action.ActionMapping implements Serializable

Serialized Fields

example

java.lang.String example
An example String property.

Class org.apache.struts.webapp.examples.CustomFormBean extends org.apache.struts.config.FormBeanConfig implements Serializable

Serialized Fields

example

java.lang.String example
An example String property.


Package org.apache.struts.webapp.exercise

Class org.apache.struts.webapp.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

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

Class org.apache.struts.webapp.upload.UploadForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

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

Class org.apache.struts.webapp.validator.CityStateZip extends java.lang.Object implements Serializable

Serialized Fields

sCity

java.lang.String sCity

sStateProv

java.lang.String sStateProv

sZipPostal

java.lang.String[] sZipPostal

Class org.apache.struts.webapp.validator.RegistrationForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

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

Class org.apache.struts.webapp.validator.TypeForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

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.