A B C D E F G H I L M N O P R S T U V W

A

ApplicationMapping - class org.apache.struts.webapp.example.ApplicationMapping.
Implementation of ActionMapping for the Struts example application.
ApplicationMapping() - Constructor for class org.apache.struts.webapp.example.ApplicationMapping
 
action - Variable in class org.apache.struts.webapp.example.RegistrationForm
The maintenance action we are performing (Create or Edit).
action - Variable in class org.apache.struts.webapp.example.SubscriptionForm
The maintenance action we are performing (Create or Edit).
autoConnect - Variable in class org.apache.struts.webapp.example.SubscriptionForm
Should we auto-connect at startup time?
autoConnect - Variable in class org.apache.struts.webapp.example.memory.MemorySubscription
Should we auto-connect at startup time?

B

BaseAction - class org.apache.struts.webapp.example.BaseAction.
Base Action for MailReader application.
BaseAction() - Constructor for class org.apache.struts.webapp.example.BaseAction
 

C

COUNTRY - Static variable in class org.apache.struts.webapp.example.LocaleAction
Parameter for @link(java.util.Locale) country property.
Constants - class org.apache.struts.webapp.example.Constants.
Manifest constants for the example application.
Constants() - Constructor for class org.apache.struts.webapp.example.Constants
 
calculatePath() - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
Calculate and return an absolute pathname to the XML file to contain our persistent storage information.
close() - Method in interface org.apache.struts.webapp.example.UserDatabase
Finalize access to the underlying persistence layer.
close() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
createObject(Attributes) - Method in class org.apache.struts.webapp.example.memory.MemorySubscriptionCreationFactory
 
createObject(Attributes) - Method in class org.apache.struts.webapp.example.memory.MemoryUserCreationFactory
 
createSubscription(String) - Method in interface org.apache.struts.webapp.example.User
Create and return a new Subscription associated with this User, for the specified host name.
createSubscription(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Create and return a new Subscriptionassociated with this User, for the specified host name.
createUser(String) - Method in interface org.apache.struts.webapp.example.UserDatabase
Create and return a new User defined in this user database.
createUser(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 

D

DATABASE_KEY - Static variable in class org.apache.struts.webapp.example.Constants
The application scope attribute under which our user database is stored.
database - Variable in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
The MemoryUserDatabaseobject we construct and make available.
database - Variable in class org.apache.struts.webapp.example.memory.MemoryUser
The UserDatabasewith which we are associated.
database - Variable in class org.apache.struts.webapp.example.memory.MemoryUserCreationFactory
 
destroy() - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
Gracefully shut down this database, releasing any resources that were allocated at initialization.
digester - Variable in class org.apache.struts.webapp.example.memory.MemorySubscriptionCreationFactory
 
digester - Variable in class org.apache.struts.webapp.example.memory.MemoryUserCreationFactory
 
doEndTag() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Render the end of the hyperlink.
doEndTag() - Method in class org.apache.struts.webapp.example.LinkUserTag
Render the end of the hyperlink.
doEndTag() - Method in class org.apache.struts.webapp.example.ScriptTag
 
doStartTag() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Render the beginning of the hyperlink.
doStartTag() - Method in class org.apache.struts.webapp.example.LinkUserTag
Render the beginning of the hyperlink.
doStartTag() - Method in class org.apache.struts.webapp.example.ScriptTag
 

E

ERROR_DATABASE_NOT_LOADED - Static variable in class org.apache.struts.webapp.example.Constants
A static message in case database resource is not loaded.
ERROR_KEY - Static variable in class org.apache.struts.webapp.example.Constants
The request attributes key under the WelcomeAction stores an ArrayList of error messages, if required resources are missing.
ERROR_MESSAGES_NOT_LOADED - Static variable in class org.apache.struts.webapp.example.Constants
A static message in case message resource is not loaded.
EditRegistrationAction - class org.apache.struts.webapp.example.EditRegistrationAction.
Implementation of Action that populates an instance of RegistrationForm from the profile of the currently logged on User (if any).
EditRegistrationAction() - Constructor for class org.apache.struts.webapp.example.EditRegistrationAction
 
EditSubscriptionAction - class org.apache.struts.webapp.example.EditSubscriptionAction.
Implementation of Action that populates an instance of SubscriptionForm from the currently specified subscription.
EditSubscriptionAction() - Constructor for class org.apache.struts.webapp.example.EditSubscriptionAction
 
ExpiredPasswordException - exception org.apache.struts.webapp.example.ExpiredPasswordException.
Example of an application-specific exception for which a handler can be configured.
ExpiredPasswordException(String) - Constructor for class org.apache.struts.webapp.example.ExpiredPasswordException
Construct a new instance of this exception for the specified username.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.EditRegistrationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.EditSubscriptionAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.LocaleAction
Change the user's Struts @link(java.util.Locale) based on request parameters for "language", "country".
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.LogoffAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.LogonAction
Use "username" and "password" fields from ActionForm to retrieve a User object from the database.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.MainMenuAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.SaveRegistrationAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.SaveSubscriptionAction
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.webapp.example.WelcomeAction
 

F

FAILURE - Static variable in class org.apache.struts.webapp.example.Constants
The token representing "failure" for this application.
FORWARD - Static variable in class org.apache.struts.webapp.example.LocaleAction
Parameter for response forward name.
failure - Variable in class org.apache.struts.webapp.example.ApplicationMapping
The failure URI for this mapping.
findFailure(ActionMapping) - Method in class org.apache.struts.webapp.example.BaseAction
Return the local or global forward named "failure" or null if there is no such forward.
findSubscription(String) - Method in interface org.apache.struts.webapp.example.User
Find and return the Subscription associated with the specified host.
findSubscription(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Find and return the Subscriptionassociated with the specified host.
findSuccess(ActionMapping) - Method in class org.apache.struts.webapp.example.BaseAction
Return the mapping labeled "success" or null if there is no such mapping.
findUser(String) - Method in interface org.apache.struts.webapp.example.UserDatabase
Return the existing User with the specified username, if any; otherwise return null.
findUser(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
findUser(String) - Method in class org.apache.struts.webapp.example.memory.TestUserDatabase
If the username is "expired" throw an ExpiredPasswordException to simulate a business exception.
findUsers() - Method in interface org.apache.struts.webapp.example.UserDatabase
Return the set of Users defined in this user database.
findUsers() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
fromAddress - Variable in class org.apache.struts.webapp.example.RegistrationForm
The from address.
fromAddress - Variable in class org.apache.struts.webapp.example.memory.MemoryUser
The email address from which messages are sent.
fullName - Variable in class org.apache.struts.webapp.example.RegistrationForm
The full name.
fullName - Variable in class org.apache.struts.webapp.example.memory.MemoryUser
The full name of this user, included in from addresses.

G

getAction() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the maintenance action.
getAction() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the maintenance action.
getAutoConnect() - Method in interface org.apache.struts.webapp.example.Subscription
Return the auto-connect flag.
getAutoConnect() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the auto-connect flag.
getAutoConnect() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getDatabase() - Method in interface org.apache.struts.webapp.example.User
Return the UserDatabase with which we are associated.
getDatabase() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
The UserDatabasewith which we are associated.
getDigester() - Method in class org.apache.struts.webapp.example.memory.MemorySubscriptionCreationFactory
 
getDigester() - Method in class org.apache.struts.webapp.example.memory.MemoryUserCreationFactory
 
getFailure() - Method in class org.apache.struts.webapp.example.ApplicationMapping
Return the failure URI for this mapping.
getFromAddress() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the from address.
getFromAddress() - Method in interface org.apache.struts.webapp.example.User
Return the from address.
getFromAddress() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getFullName() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the full name.
getFullName() - Method in interface org.apache.struts.webapp.example.User
Return the full name.
getFullName() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getHost() - Method in interface org.apache.struts.webapp.example.Subscription
Return the host name.
getHost() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the host name.
getHost() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
The mail host for this subscription.
getLanguage() - Method in class org.apache.struts.webapp.example.ScriptTag
 
getName() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Return the attribute name.
getName() - Method in class org.apache.struts.webapp.example.LinkUserTag
Return the attribute name.
getPage() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Return the context-relative URI.
getPage() - Method in class org.apache.struts.webapp.example.LinkUserTag
Return the hyperlink URI.
getPassword() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the password.
getPassword() - Method in interface org.apache.struts.webapp.example.Subscription
Return the password.
getPassword() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the password.
getPassword() - Method in interface org.apache.struts.webapp.example.User
Return the password.
getPassword() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getPassword() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getPassword2() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the confirmation password.
getPathname() - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
 
getPathname() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
getReplyToAddress() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the reply to address.
getReplyToAddress() - Method in interface org.apache.struts.webapp.example.User
Return the reply-to address.
getReplyToAddress() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
getSrc() - Method in class org.apache.struts.webapp.example.ScriptTag
 
getSubscriptions() - Method in interface org.apache.struts.webapp.example.User
Find and return all Subscriptions associated with this user.
getSubscriptions() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Find and return all Subscriptions associated with this user.
getSuccess() - Method in class org.apache.struts.webapp.example.ApplicationMapping
Return the success URI for this mapping.
getType() - Method in interface org.apache.struts.webapp.example.Subscription
Return the subscription type.
getType() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the subscription type.
getType() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getUser(UserDatabase, String, String, ActionMessages) - Method in class org.apache.struts.webapp.example.LogonAction
Confirm user credentials.
getUser() - Method in interface org.apache.struts.webapp.example.Subscription
Return the User owning this Subscription.
getUser() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
The User owning this Subscription.
getUserDatabase(HttpServletRequest) - Method in class org.apache.struts.webapp.example.BaseAction
Return a reference to the UserDatabase or null if the database is not available.
getUsername() - Method in class org.apache.struts.webapp.example.RegistrationForm
Return the username.
getUsername() - Method in interface org.apache.struts.webapp.example.Subscription
Return the username.
getUsername() - Method in class org.apache.struts.webapp.example.SubscriptionForm
Return the username.
getUsername() - Method in interface org.apache.struts.webapp.example.User
Return the username.
getUsername() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
getUsername() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
The username (must be unique).

H

host - Variable in class org.apache.struts.webapp.example.SubscriptionForm
The host name.
host - Variable in class org.apache.struts.webapp.example.memory.MemorySubscription
The mail host for this subscription.

I

init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
Initialize and load our initial database from persistent storage.
isBlank(String) - Method in class org.apache.struts.webapp.example.LocaleAction
Return true if parameter is null or trims to empty.

L

LANGUAGE - Static variable in class org.apache.struts.webapp.example.LocaleAction
Parameter for @link(java.util.Locale) language property.
LOCALE_LOG - Static variable in class org.apache.struts.webapp.example.LocaleAction
Logging message if LocaleAction is missing a target parameter.
LinkSubscriptionTag - class org.apache.struts.webapp.example.LinkSubscriptionTag.
Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified Subscription.
LinkSubscriptionTag() - Constructor for class org.apache.struts.webapp.example.LinkSubscriptionTag
 
LinkUserTag - class org.apache.struts.webapp.example.LinkUserTag.
Generate a URL-encoded hyperlink to the specified URI, with associated query parameters selecting a specified User.
LinkUserTag() - Constructor for class org.apache.struts.webapp.example.LinkUserTag
 
LocaleAction - class org.apache.struts.webapp.example.LocaleAction.
Change user's Struts @link(java.util.Locale).
LocaleAction() - Constructor for class org.apache.struts.webapp.example.LocaleAction
 
LogoffAction - class org.apache.struts.webapp.example.LogoffAction.
Implementation of Action that processes a user logoff.
LogoffAction() - Constructor for class org.apache.struts.webapp.example.LogoffAction
 
LogonAction - class org.apache.struts.webapp.example.LogonAction.
Validate a user logon.
LogonAction() - Constructor for class org.apache.struts.webapp.example.LogonAction
 
language - Variable in class org.apache.struts.webapp.example.ScriptTag
 
log - Variable in class org.apache.struts.webapp.example.BaseAction
The Log instance for this application.
log - Variable in class org.apache.struts.webapp.example.EditRegistrationAction
The Log instance for this application.
log - Variable in class org.apache.struts.webapp.example.EditSubscriptionAction
The Log instance for this application.
log - Variable in class org.apache.struts.webapp.example.LogoffAction
The Log instance for this application.
log - Variable in class org.apache.struts.webapp.example.SaveRegistrationAction
The Log instance for this application.
log - Variable in class org.apache.struts.webapp.example.SaveSubscriptionAction
The Log instance for this application.
log - Variable in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
Logging output for this plug in instance.
log - Variable in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Logging output for this user database instance.

M

MainMenuAction - class org.apache.struts.webapp.example.MainMenuAction.
 
MainMenuAction() - Constructor for class org.apache.struts.webapp.example.MainMenuAction
 
MemoryDatabasePlugIn - class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn.
MemoryDatabasePlugIn initializes and finalizes the persistent storage of User and Subscription information for the Struts Demonstration Application, using an in-memory database backed by an XML file.
MemoryDatabasePlugIn() - Constructor for class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
 
MemorySubscription - class org.apache.struts.webapp.example.memory.MemorySubscription.
Concrete implementation of Subscription for an in-memory database backed by an XML data file.
MemorySubscription(MemoryUser, String) - Constructor for class org.apache.struts.webapp.example.memory.MemorySubscription
Construct a new Subscription associated with the specified User.
MemorySubscriptionCreationFactory - class org.apache.struts.webapp.example.memory.MemorySubscriptionCreationFactory.
Digester object creation factory for subscription instances.
MemorySubscriptionCreationFactory() - Constructor for class org.apache.struts.webapp.example.memory.MemorySubscriptionCreationFactory
 
MemoryUser - class org.apache.struts.webapp.example.memory.MemoryUser.
Concrete implementation of User for an in-memory database backed by an XML data file.
MemoryUser(MemoryUserDatabase, String) - Constructor for class org.apache.struts.webapp.example.memory.MemoryUser
Construct a new User associated with the specified UserDatabase.
MemoryUserCreationFactory - class org.apache.struts.webapp.example.memory.MemoryUserCreationFactory.
Digester object creation factory for user instances.
MemoryUserCreationFactory(MemoryUserDatabase) - Constructor for class org.apache.struts.webapp.example.memory.MemoryUserCreationFactory
 
MemoryUserDatabase - class org.apache.struts.webapp.example.memory.MemoryUserDatabase.
Concrete implementation of UserDatabase for an in-memory database backed by an XML data file.
MemoryUserDatabase() - Constructor for class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
messages - Static variable in class org.apache.struts.webapp.example.LinkSubscriptionTag
The message resources for this package.
messages - Static variable in class org.apache.struts.webapp.example.LinkUserTag
The message resources for this package.
messages - Static variable in class org.apache.struts.webapp.example.ScriptTag
 

N

name - Variable in class org.apache.struts.webapp.example.LinkSubscriptionTag
The attribute name.
name - Variable in class org.apache.struts.webapp.example.LinkUserTag
The attribute name.

O

open() - Method in interface org.apache.struts.webapp.example.UserDatabase
Initiate access to the underlying persistence layer.
open() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
org.apache.struts.webapp.example - package org.apache.struts.webapp.example
 
org.apache.struts.webapp.example.memory - package org.apache.struts.webapp.example.memory
 

P

PACKAGE - Static variable in class org.apache.struts.webapp.example.Constants
The package name for this application.
PAGE - Static variable in class org.apache.struts.webapp.example.LocaleAction
Parameter for response page URI.
PASSWORD - Static variable in class org.apache.struts.webapp.example.LogonAction
Name of password field ["password"].
page - Variable in class org.apache.struts.webapp.example.LinkSubscriptionTag
The context-relative URI.
page - Variable in class org.apache.struts.webapp.example.LinkUserTag
The hyperlink URI.
password - Variable in class org.apache.struts.webapp.example.RegistrationForm
The password.
password - Variable in class org.apache.struts.webapp.example.SubscriptionForm
The password.
password - Variable in class org.apache.struts.webapp.example.memory.MemorySubscription
The password (in clear text) for this subscription.
password - Variable in class org.apache.struts.webapp.example.memory.MemoryUser
The password (in clear text).
password2 - Variable in class org.apache.struts.webapp.example.RegistrationForm
The confirmation password.
pathname - Variable in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
The web application resource path of our persistent database storage file.
pathname - Variable in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
Absolute pathname to the persistent file we use for loading and storing persistent data.
pathnameNew - Variable in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
pathnameOld - Variable in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 

R

RegistrationForm - class org.apache.struts.webapp.example.RegistrationForm.
Form bean for the user registration page.
RegistrationForm() - Constructor for class org.apache.struts.webapp.example.RegistrationForm
 
release() - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Release any acquired resources.
release() - Method in class org.apache.struts.webapp.example.LinkUserTag
Release any acquired resources.
removeSubscription(Subscription) - Method in interface org.apache.struts.webapp.example.User
Remove the specified Subscription from being associated with this User.
removeSubscription(Subscription) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Remove the specified Subscriptionfrom being associated with this User.
removeUser(User) - Method in interface org.apache.struts.webapp.example.UserDatabase
Remove the specified User from this database.
removeUser(User) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
replyToAddress - Variable in class org.apache.struts.webapp.example.RegistrationForm
The reply to address.
replyToAddress - Variable in class org.apache.struts.webapp.example.memory.MemoryUser
The EMAIL address to which replies should be sent.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.RegistrationForm
Reset all properties to their default values.
reset(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Reset all properties to their default values.

S

SUBSCRIPTION_KEY - Static variable in class org.apache.struts.webapp.example.Constants
The session scope attribute under which the Subscription object currently selected by our logged-in User is stored.
SUCCESS - Static variable in class org.apache.struts.webapp.example.Constants
The token representing "success" for this application.
SaveRegistrationAction - class org.apache.struts.webapp.example.SaveRegistrationAction.
Implementation of Action that validates and creates or updates the user registration information entered by the user.
SaveRegistrationAction() - Constructor for class org.apache.struts.webapp.example.SaveRegistrationAction
 
SaveSubscriptionAction - class org.apache.struts.webapp.example.SaveSubscriptionAction.
Implementation of Action that validates and creates or updates the mail subscription entered by the user.
SaveSubscriptionAction() - Constructor for class org.apache.struts.webapp.example.SaveSubscriptionAction
 
SaveUser(HttpServletRequest, User) - Method in class org.apache.struts.webapp.example.LogonAction
Store User object in client session.
ScriptTag - class org.apache.struts.webapp.example.ScriptTag.
 
ScriptTag() - Constructor for class org.apache.struts.webapp.example.ScriptTag
 
Subscription - interface org.apache.struts.webapp.example.Subscription.
A Subscription which is stored, along with the associated User, in a UserDatabase.
SubscriptionForm - class org.apache.struts.webapp.example.SubscriptionForm.
Form bean for the user profile page.
SubscriptionForm() - Constructor for class org.apache.struts.webapp.example.SubscriptionForm
 
save() - Method in interface org.apache.struts.webapp.example.UserDatabase
Save any pending changes to the underlying persistence layer.
save() - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
servlet - Variable in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
The ActionServletowning this application.
setAction(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the maintenance action.
setAction(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the maintenance action.
setAutoConnect(boolean) - Method in interface org.apache.struts.webapp.example.Subscription
Set the auto-connect flag.
setAutoConnect(boolean) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the auto-connect flag.
setAutoConnect(boolean) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
setDigester(Digester) - Method in class org.apache.struts.webapp.example.memory.MemorySubscriptionCreationFactory
 
setDigester(Digester) - Method in class org.apache.struts.webapp.example.memory.MemoryUserCreationFactory
 
setFailure(String) - Method in class org.apache.struts.webapp.example.ApplicationMapping
Set the failure URI for this mapping.
setFromAddress(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the from address.
setFromAddress(String) - Method in interface org.apache.struts.webapp.example.User
Set the from address.
setFromAddress(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setFullName(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the full name.
setFullName(String) - Method in interface org.apache.struts.webapp.example.User
Set the full name.
setFullName(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setHost(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the host name.
setLanguage(String) - Method in class org.apache.struts.webapp.example.ScriptTag
 
setName(String) - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Set the attribute name.
setName(String) - Method in class org.apache.struts.webapp.example.LinkUserTag
Set the attribute name.
setPage(String) - Method in class org.apache.struts.webapp.example.LinkSubscriptionTag
Set the context-relative URI.
setPage(String) - Method in class org.apache.struts.webapp.example.LinkUserTag
Set the hyperlink URI.
setPassword(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the password.
setPassword(String) - Method in interface org.apache.struts.webapp.example.Subscription
Set the password.
setPassword(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the password.
setPassword(String) - Method in interface org.apache.struts.webapp.example.User
Set the password.
setPassword(String) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
setPassword(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setPassword2(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the confirmation password.
setPathname(String) - Method in class org.apache.struts.webapp.example.memory.MemoryDatabasePlugIn
 
setPathname(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
 
setReplyToAddress(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the reply to address.
setReplyToAddress(String) - Method in interface org.apache.struts.webapp.example.User
Set the reply-to address.
setReplyToAddress(String) - Method in class org.apache.struts.webapp.example.memory.MemoryUser
 
setSrc(String) - Method in class org.apache.struts.webapp.example.ScriptTag
 
setSuccess(String) - Method in class org.apache.struts.webapp.example.ApplicationMapping
Set the success URI for this mapping.
setType(String) - Method in interface org.apache.struts.webapp.example.Subscription
Set the subscription type.
setType(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the subscription type.
setType(String) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
setUsername(String) - Method in class org.apache.struts.webapp.example.RegistrationForm
Set the username.
setUsername(String) - Method in interface org.apache.struts.webapp.example.Subscription
Set the username.
setUsername(String) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Set the username.
setUsername(String) - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
 
src - Variable in class org.apache.struts.webapp.example.ScriptTag
 
subscriptions - Variable in class org.apache.struts.webapp.example.memory.MemoryUser
The Subscriptions for this User, keyed by hostname.
success - Variable in class org.apache.struts.webapp.example.ApplicationMapping
The success URI for this mapping.

T

TestUserDatabase - class org.apache.struts.webapp.example.memory.TestUserDatabase.
Help test exception handling by throwing exceptions when "magic" user names are requested.
TestUserDatabase() - Constructor for class org.apache.struts.webapp.example.memory.TestUserDatabase
 
toString() - Method in class org.apache.struts.webapp.example.memory.MemorySubscription
Return a String representation of this object.
toString() - Method in class org.apache.struts.webapp.example.memory.MemoryUser
Return a String representation of this object.
type - Variable in class org.apache.struts.webapp.example.SubscriptionForm
The subscription type.
type - Variable in class org.apache.struts.webapp.example.memory.MemorySubscription
The subscription type ("imap" or "pop3").

U

USERNAME - Static variable in class org.apache.struts.webapp.example.LogonAction
Name of username field ["username"].
USER_KEY - Static variable in class org.apache.struts.webapp.example.Constants
The session scope attribute under which the User object for the currently logged in user is stored.
User - interface org.apache.struts.webapp.example.User.
A User which is stored, along with his or her associated Subscriptions, in a UserDatabase.
UserDatabase - interface org.apache.struts.webapp.example.UserDatabase.
A Data Access Object (DAO) interface describing the available operations for retrieving and storing Users (and their associated Subscriptions) in some persistence layer whose characteristics are not specified here.
user - Variable in class org.apache.struts.webapp.example.memory.MemorySubscription
The Userwith which we are associated.
username - Variable in class org.apache.struts.webapp.example.RegistrationForm
The username.
username - Variable in class org.apache.struts.webapp.example.SubscriptionForm
The username.
username - Variable in class org.apache.struts.webapp.example.memory.MemorySubscription
The username for this subscription.
username - Variable in class org.apache.struts.webapp.example.memory.MemoryUser
The username for this user.
users - Variable in class org.apache.struts.webapp.example.memory.MemoryUserDatabase
The Users associated with this UserDatabase, keyed by username.

V

validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.RegistrationForm
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
validate(ActionMapping, HttpServletRequest) - Method in class org.apache.struts.webapp.example.SubscriptionForm
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.

W

WelcomeAction - class org.apache.struts.webapp.example.WelcomeAction.
Confirm required resources are available.
WelcomeAction() - Constructor for class org.apache.struts.webapp.example.WelcomeAction
 

A B C D E F G H I L M N O P R S T U V W

Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.