Serialized Form


Package mailreader2

Class mailreader2.AuthenticationInterceptor extends Object implements Serializable

Class mailreader2.Login extends MailreaderSupport implements Serializable

Class mailreader2.Logout extends MailreaderSupport implements Serializable

Class mailreader2.MailreaderSupport extends com.opensymphony.xwork2.ActionSupport implements Serializable

Serialized Fields

application

Map<K,V> application

Field to store application context or its proxy.

The application context lasts for the life of the application. A reference to the database is stored in the application context at startup.


session

Map<K,V> session

Field to store session context, or its proxy.


task

String task

Field to store workflow task.

The Task is used to track the state of the CRUD workflows. It can be set to Constant.CREATE, Constant.EDIT, or Constant.DELETE as needed.


token

String token

Field to store double-submit guard.


host

String host

Field to store Subscription host.

The host is an immutable property of the Subscrtion DAP object, so we need to store it locally until we are ready to create the Subscription.


password

String password

Field to store User password property.

The User DAO object password proerty is immutable, so we store it locally until we are ready to create the object.


password2

String password2

Field to store the User password confirmation.

When a User object is created, we ask the client to enter the password twice, to help ensure the password is being typed correctly.


username

String username

Field to store User username.

The User DAO object password proerty is immutable, so we store it locally until we are ready to create the object.


log

com.opensymphony.xwork2.util.logging.Logger log

Log instance for this application.

Class mailreader2.Registration extends MailreaderSupport implements Serializable

Class mailreader2.Subscription extends MailreaderSupport implements Serializable

Serialized Fields

types

Map<K,V> types

Field to store list of MailServer types

Class mailreader2.Welcome extends MailreaderSupport implements Serializable



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