- CANCEL - Static variable in class mailreader2.Constants
-
The token representing a "cancel" request.
- cancel() - Method in class mailreader2.MailreaderSupport
-
Return CANCEL so apropriate result can be selected.
- Constants - Class in mailreader2
-
Manifest constants for the MailReader application.
- Constants() - Constructor for class mailreader2.Constants
-
- contextDestroyed(ServletContextEvent) - Method in class mailreader2.ApplicationListener
-
Gracefully shut down this database, releasing any resources that
were allocated at initialization.
- contextInitialized(ServletContextEvent) - Method in class mailreader2.ApplicationListener
-
Initialize and load our initial database from persistent
storage.
- copySubscription(Subscription, Subscription) - Method in class mailreader2.MailreaderSupport
-
Convenience method to copy Subscription properties.
- copySubscription(String) - Method in class mailreader2.MailreaderSupport
-
Create a new Subscription from the current Subscription object,
making the new Subscription the current Subscription.
- copyUser(User, User) - Method in class mailreader2.MailreaderSupport
-
Convenience method to copy User properties.
- copyUser(String, String) - Method in class mailreader2.MailreaderSupport
-
Use the current User object to create a new User object, and make
the new User object the authenticated user.
- CREATE - Static variable in class mailreader2.Constants
-
The token representing a "create" task.
- createInputSubscription() - Method in class mailreader2.MailreaderSupport
-
Provide a "temporary" User Subscription object that can be used to
capture input values.
- createInputUser() - Method in class mailreader2.MailreaderSupport
-
- createSubscription(String) - Method in class mailreader2.MailreaderSupport
-
Provide new User Subscription object for the given host, or null if
the host is not unique.
- createUser(String, String) - Method in class mailreader2.MailreaderSupport
-
Verify input for creating a new user, create the user, and process
the login.
- save() - Method in class mailreader2.Registration
-
Insert or update a Registration.
- save() - Method in class mailreader2.Subscription
-
Examine the Task property and DELETE, CREATE, or save the User
Subscription, as appropriate.
- saveUser() - Method in class mailreader2.MailreaderSupport
-
Persist the User object, including subscriptions, to the database.
- setApplication(Map) - Method in class mailreader2.MailreaderSupport
-
Store a new application context.
- setDatabase(UserDatabase) - Method in class mailreader2.MailreaderSupport
-
Store a new reference to UserDatabase
- setHost(String) - Method in class mailreader2.MailreaderSupport
-
Store new Subscription host.
- setPassword(String) - Method in class mailreader2.MailreaderSupport
-
Store new User Password
- setPassword2(String) - Method in class mailreader2.MailreaderSupport
-
Store a new User password confirmation.
- setPathname(String) - Method in class mailreader2.ApplicationListener
-
Set the application resource path to the database.
- setSession(Map) - Method in class mailreader2.MailreaderSupport
-
Store a new session context.
- setSubscription(Subscription) - Method in class mailreader2.MailreaderSupport
-
Store new User Subscription.
- setTask(String) - Method in class mailreader2.MailreaderSupport
-
Store new workflow task.
- setToken(String) - Method in class mailreader2.MailreaderSupport
-
Store new Token.
- setUser(User) - Method in class mailreader2.MailreaderSupport
-
Store new reference to User Object.
- setUsername(String) - Method in class mailreader2.MailreaderSupport
-
Store new User username
- Subscription - Class in mailreader2
-
Provide an Edit method for retrieving an existing subscription, and a
Save method for updating or inserting a subscription.
- Subscription() - Constructor for class mailreader2.Subscription
-
- SUBSCRIPTION_KEY - Static variable in class mailreader2.Constants
-
The session scope attribute under which the Subscription object
currently selected by our logged-in User is stored.