Serialized Form


Package org.apache.struts.webapp.example

Class org.apache.struts.webapp.example.ApplicationMapping extends org.apache.struts.action.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.ExpiredPasswordException extends org.apache.struts.util.ModuleException implements Serializable

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

Serialized Fields

page

String page
The context-relative URI.


name

String name
The attribute name.

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

Serialized Fields

page

String page
The hyperlink URI.


name

String name
The attribute name.

Class org.apache.struts.webapp.example.RegistrationForm extends org.apache.struts.validator.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.ScriptTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

language

String language

src

String src

Class org.apache.struts.webapp.example.SubscriptionForm extends org.apache.struts.action.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 © 1999-2005 Apache Software Foundation. All Rights Reserved.