Serialized Form


Package org.apache.struts.webapp.example

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

Serialized Fields

failure

String failure
The failure URI for this mapping.


success

String success
The success URI for this mapping.

Class org.apache.struts.webapp.example.CheckLogonTag extends TagSupport implements Serializable

Serialized Fields

name

String name
The key of the session-scope bean we look for.


page

String page
The page to which we should forward for the user to log on.

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

Class org.apache.struts.webapp.example.LinkUserTag extends TagSupport implements Serializable

Serialized Fields

page

String page
The hyperlink URI.


name

String name
The attribute name.

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

Serialized Fields

password

String password
The password.


username

String username
The username.

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

Serialized Fields

action

String action
The maintenance action we are performing (Create or Edit).


fromAddress

String fromAddress
The from address.


fullName

String fullName
The full name.


password

String password
The password.


password2

String password2
The confirmation password.


replyToAddress

String replyToAddress
The reply to address.


username

String username
The username.

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

Serialized Fields

action

String action
The maintenance action we are performing (Create or Edit).


autoConnect

boolean autoConnect
Should we auto-connect at startup time?


host

String host
The host name.


password

String password
The password.


type

String type
The subscription type.


username

String username
The username.



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